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.
- Host: GitHub
- URL: https://github.com/kunal00000/coursehub-admin
- Owner: kunal00000
- License: mit
- Created: 2023-07-04T02:13:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-06T12:03:05.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T11:49:42.455Z (4 months ago)
- Topics: mantine-ui, react-query, reactjs, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://coursehubadmin.netlify.app/
- Size: 506 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)