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

https://github.com/kunal00000/coursehub-admin

CourseHub-Admin is an admin interface of a course selling website, where admins can add and edit their courses.
https://github.com/kunal00000/coursehub-admin

mantine-ui react-query reactjs tailwindcss typescript

Last synced: 2 months ago
JSON representation

CourseHub-Admin is an admin interface of a course selling website, where admins can add and edit their courses.

Awesome Lists containing this project

README

        

# CourseHub-Admin
CourseHub-Admin is an admin interface of a course selling website, where admins can add and edit their courses.

__Backend for CourseHub - [CourseHub-BE](https://github.com/kunal00000/CourseHub-BE)__

__Admin Interface for CourseHub - [CourseHub-Admin](https://github.com/kunal00000/CourseHub-Admin)__

__User Interface for CourseHub - [CourseHub-User](https://github.com/kunal00000/CourseHub-User)__

## Walkthrough the site
https://github.com/kunal00000/CourseHub-Admin/assets/92316166/63f2a66b-2c86-485a-bd33-82f9b8d6da1f

## Tech Used -
1. Typescript
2. React JS
3. React-query (for fetching, caching data and asynchronous state management)
4. React-Router
5. Mantine UI

## Want to contribute? follow these steps👇
1. Fork this repository.
2. Clone using
```
$ git clone https://github.com/kunal00000/CourseHub-Admin.git
```
3. Install dependencies
```
$ pnpm install
```
4. Run in local
```
$ pnpm run dev
```

#### You are ready to go...
#### Enjoy contributing and learning!

### Backend for CourseHub - [CourseHub-BE](https://github.com/kunal00000/CourseHub-BE)