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

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

Awesome Lists containing this project

README

        

# Balo

[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](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/)