Welcome to the Top Course Website! This project is a web application built with ReactJS to showcase and recommend top courses in various domains.
"Click on any part of the image to preview the TOPCourseWebsite."
To run the project locally, follow these steps:
git clone https://github.com/ramgpal/TopCourseWebsite.git
cd top-course-website
npm install
npm install react-icons
npm i react-toastify
npm start
http://localhost:3000
to access the website.Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
git checkout -b feature/your-feature
git commit -m 'Add some feature'
git push origin feature/your-feature
Please ensure that your code follows the project's coding conventions and that you have thoroughly tested your changes.