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.
- Host: GitHub
- URL: https://github.com/kunal00000/coursehub-user
- Owner: kunal00000
- License: mit
- Created: 2023-07-08T14:03:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-27T06:23:57.000Z (almost 2 years ago)
- Last Synced: 2025-01-12T16:32:00.581Z (4 months ago)
- Topics: mantine-ui, react-query, reactjs, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://coursehubuser.netlify.app/
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!