https://github.com/technikhil314/uplearn
https://github.com/technikhil314/uplearn
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/technikhil314/uplearn
- Owner: technikhil314
- Created: 2021-02-14T15:49:12.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-23T15:02:33.000Z (over 5 years ago)
- Last Synced: 2025-06-04T19:56:45.736Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://uplearn-challange.surge.sh/
- Size: 271 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Uplearn
### How to run
1. install all dependencies using yarn (preferrred)
2. run using `yarn start` command
### How to run tests
1. make sure all dev dependencies are installed using yarn (preferrred)
2. run using `yarn test` command
### Tech stack
1. react - View library
2. react-dom - View renderer
3. @apollo/graphql-client - graphql client
4. jest - test runner and assertions provider
5. msw - http request interceptor and mocking utility
6. testing-library - react test renderer and asseertions extensions
7. redux - central state management library
8. redux-thunk - redux middleware for async actions
9. scss - css preprocessor
10. scss modules - pseudo css in js library for shortening class names in production