https://github.com/emanueledancelli/balo-client
React/Redux PWA
https://github.com/emanueledancelli/balo-client
mvp react redux
Last synced: 2 months ago
JSON representation
React/Redux PWA
- Host: GitHub
- URL: https://github.com/emanueledancelli/balo-client
- Owner: emanueledancelli
- Created: 2019-02-03T15:42:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T05:21:50.000Z (over 2 years ago)
- Last Synced: 2023-03-08T17:18:47.284Z (over 2 years ago)
- Topics: mvp, react, redux
- Language: JavaScript
- Homepage:
- Size: 2.35 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Balo
[](https://opensource.org/licenses/MIT)
> A react PWA MVP
This is the Progressive web app for project 'balo'. This is an MVP.
## Features
- Fetches data from the REST Api.
- Filters and sorts data received.
- Lets users save and retrieve saved data using localStorage() api
- TikTok style UI
## Built with:
The App is made with [React](https://reactjs.org/) and it uses a few other libraries.
- App bootstrapping with [create-react-app](https://github.com/facebook/create-react-app)
- State management [Redux](https://github.com/reduxjs/redux), [react-redux](https://github.com/reduxjs/react-redux), [redux-thunk](https://github.com/reduxjs/redux-thunk)
- Routing [react-router](https://github.com/ReactTraining/react-router)
- SEO [react-helmet](https://github.com/nfl/react-helmet)
- Http client [Axios](https://github.com/axios/axios)
- Performance [react-loadable](https://github.com/jamiebuilds/react-loadable)
- Utilities [Lodash](https://github.com/lodash/lodash), [Moment](https://github.com/moment/moment/)
- Styling CSS-in-js [Emotion](https://emotion.sh)
## Credits
Emanuele Dancelli - [email protected]
## License
[MIT](https://mit-license.org/)