https://github.com/kingsleyibe/welearn
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. etc
https://github.com/kingsleyibe/welearn
classrooms javascript learning skills students tailwindcss tutor typescript webpack
Last synced: 3 months ago
JSON representation
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. etc
- Host: GitHub
- URL: https://github.com/kingsleyibe/welearn
- Owner: KingsleyIbe
- Created: 2023-12-31T05:38:58.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-07-18T07:14:54.000Z (almost 2 years ago)
- Last Synced: 2026-01-03T15:55:10.507Z (6 months ago)
- Topics: classrooms, javascript, learning, skills, students, tailwindcss, tutor, typescript, webpack
- Language: TypeScript
- Homepage: https://github.com/KingsleyIbe/welearn
- Size: 6.17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welearn Application
> "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.
## Project Screenshot
Coming soon...
## Live Video Demo
Coming soon...
## Other Important Information
- Basic Language - Typescript
- Framework - React
- Other technologies/tools:
``` create-react-app
> 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
```
## Live Demo
Coming soon...
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- 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.
### Setup
- follow steps on this link to set up VScode code editor: [setup vscode](https://www.freecodecamp.org/news/how-to-set-up-vs-code-for-web-development/)
### Install
- [download](https://code.visualstudio.com/download) VScode.
[Watch this video](https://www.youtube.com/watch?v=MlIzFUI1QGA) on how to install VScode on windows.
- [Git]()
- [Node]()
### Usage
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 ```
## Author
### 👨🏾⚕️ Kingsley Ibe
- [Github](https://github.com/kingsleyibe)
- [Twiter](https://twitter.com/kingsleyibec)
- [LinkedIn](https://www.linkedin.com/in/kingsley-ibe/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgment
- Webdeves
## 📝 License
This project is [MIT](./MIT.md) licensed.