Runs the app in the development mode.
Open ( https://coursecatalg.netlify.app/ ) to view it in your browser.
Description:
Welcome to Course Catalog, a React-based web application for exploring and filtering courses. This project includes components like Navbar, Cards, and a Filter to enhance the user experience. The app fetches course data from an API and displays it in an organized and user-friendly manner.
Key Features:
Browse a variety of courses with detailed information. Filter courses based on categories using the Filter component. Like and track your favorite courses with the Like button feature. Responsive design for an optimal viewing experience on different devices. Easy navigation with a clean and intuitive user interface.
Technologies Used:
React.js, JavaScript (ES6+), CSS (with Tailwind CSS for styling), API integration for fetching course data, React Toastify for notifications
How to Use:
Clone the repository to your local machine. Run npm install to install dependencies. Start the development server using npm start. Explore, filter, and enjoy the world of courses with Course Catalog!