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

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

CourseHub-User is an user interface of a course buying website, where users can view all available courses, purchase and view their purchased courses.
https://github.com/kunal00000/coursehub-user

mantine-ui react-query reactjs tailwindcss typescript

Last synced: 3 months ago
JSON representation

CourseHub-User is an user interface of a course buying website, where users can view all available courses, purchase and view their purchased courses.

Awesome Lists containing this project

README

        

# CourseHub-User
CourseHub-User is an user interface of a course buying website, where users can view all available courses, purchase and view their purchased 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)__

## 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-User.git
```
3. Install dependencies
```
$ pnpm install
```
4. Run in local
```
$ pnpm run dev
```

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