Skip to content

adejam/tutortube

Repository files navigation

TUTORTUBE

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).

screenshot

The project will consume an API from Tutortube-API

Features

  • Authentication system
  • Show lists of videos based on category and, also show a single video
  • Add video comments
  • Show all comments

Technology Used

Live Demo

Live demo

Development (Running locally)

  • Clone the project
git clone https://github.com/adejam/tutortube.git
  • Install Dependencies
npm install

To run StyleLint by itself, you may run the lint task:

npm run lint:check

Or to automatically fix issues found (where possible):

npm run lint

You can also check against Prettier:

npm run format:check

and to have it actually fix (to the best of its ability) any format issues, run:

npm run format

To run the App

npm run dev

Style Guides

👤 Author

Adeleye Jamiu

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

MIT licensed.

About

A video educator app built with next.js and strictly typescript powered by a self created Laravel API on the backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors