"Welearn Application" is an eductional platform that matches students to their perfect tutors. No matter what your learning needs are, welearn will find you the right tutor. The application allows users to do perform the following functions:
- Search and find tutors.
- Schedule classes.
- Host and join classes online.
- Students can filter search based on location, skills and mode of class delivery (offline or online).
- Send email and sms reminders to both students and tutors.
The application was built using
- Javascript,
- Typescript
- React,
- TailwindCSS.
Coming soon...
Coming soon...
- Basic Language - Typescript
- Framework - React
- Other technologies/tools:
> create-react-app
> webpack for bundling files
> Babel for code transpiling
> Git for version control
> Eslint for JavaScript linting
> Stylelint for style linting
> Jest for testing
Coming soon...
To get a local copy up and running follow these simple example steps.
- You should have basic knowledge of HTML.
- You should have basic knowledge of JavaScript.
- You should have basic knowledge of TypeScript.
- You should have basic knowledge of CSS.
- You should have basic knowledge of webpack.
- Also, a basic knowledge of git and github.
- A code editor: I used VScode for this project but you can use any code editor of your choice.
- follow steps on this link to set up VScode code editor: setup vscode
- download VScode. Watch this video on how to install VScode on windows.
- Git
- Node
Clone project, run in your terminal:
$ git clone https://github.com/KingsleyIbe/welearn.git
Open the cloned project in your code editor and run:
$ cd welearn
Install npm packages, run:
$ npm i or npm install
Then run the server:
$ npm start
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Webdeves
This project is MIT licensed.