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.
- Host: GitHub
- URL: https://github.com/man0sh-r0y/courses-filter-layout
- Owner: Man0sh-r0y
- Created: 2023-08-15T20:20:49.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-26T04:58:07.000Z (over 2 years ago)
- Last Synced: 2025-03-20T06:32:50.830Z (about 1 year ago)
- Topics: react-icon, reactjs, toastify
- Language: JavaScript
- Homepage: https://course-layout-by-manash.vercel.app/
- Size: 287 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```