The system will serve as a learning platform for students that wants to learn web development. The system will work in a way that allows a new user(student) that wants to learn front-end web development to pick a particular course from a list of courses(HTML, CSS, Javascript, React, Bootstrap, and Next.js).
The project will consume an API from Tutortube-API
- Authentication system
- Show lists of videos based on category and, also show a single video
- Add video comments
- Show all comments
- Clone the project
git clone https://github.com/adejam/tutortube.git
- Install Dependencies
npm installTo run StyleLint by itself, you may run the lint task:
npm run lint:checkOr to automatically fix issues found (where possible):
npm run lintYou can also check against Prettier:
npm run format:checkand to have it actually fix (to the best of its ability) any format issues, run:
npm run formatTo run the App
npm run dev- Github: @adejam
- Twitter: @adeleye_oj
- LinkedIn: @adeleye-jamiu
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
