Udemy Clone
This react project is where I practice my newly acquired react skills. I am building a clone of Udemy.com's frontend. Content is provided by the Udemy Affiliate API. Feel free to contribute if you're also learning React and looking to experiment with it!
Project Setup
This project's setup was inspired by Brian Holt's course on React v5 at Frontend Masters.
Tooling:
- Parcel for bundling.
- Axios for ajax requests.
- TailwindCSS for styling
- Eslint
- Prettier
Run locally:
- Clone this repo
- Run
cd udemy-clone
- Run
npm install
to install dependencies - Run
npm run dev
- Visit http://localhost:1234 in the browser
Contribute
Contributions are welcomed! It's always fun learning together so please feel free to fork the repo and send in your PR. Also read the contribution guide for a little update on how to make your contributions!
Developer
This project was developed by Samuel Olaegbe. Twitter @devloader. Give the repo a star ⭐ to increase visibility :)