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

https://github.com/technikhil314/uplearn


https://github.com/technikhil314/uplearn

Last synced: 11 months ago
JSON representation

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