An open API service indexing awesome lists of open source software.

https://github.com/man0sh-r0y/courses-filter-layout

This is a React-based project that allows users to filter and view top courses listed on a website.
https://github.com/man0sh-r0y/courses-filter-layout

react-icon reactjs toastify

Last synced: 2 months ago
JSON representation

This is a React-based project that allows users to filter and view top courses listed on a website.

Awesome Lists containing this project

README

          

# Top Courses Filter Layout

Welcome to the Top Courses Filter Layout repository! This is a React-based project that allows users to filter and view top courses listed on a website.

## Getting Started

To get started with this project, follow these steps:

1. Clone the repository to your local machine:
```bash
git clone https://github.com/Man0sh-r0y/Courses-Filter-Layout.git
```

1. Navigate to the project directory:
```bash
cd Courses-Filter-Layout
```

1. Install the required dependencies using npm:
```bash
npm install
```

1. Start the development server:
```bash
npm start
```