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

https://github.com/lancygoyal/react-grocery-app

React.js App Powered By Redux and Firebase
https://github.com/lancygoyal/react-grocery-app

firebase react redux

Last synced: 12 months ago
JSON representation

React.js App Powered By Redux and Firebase

Awesome Lists containing this project

README

          

## React App

React.js App Powered By Redux and Firebase.

### Includes

- React.js
- Redux
- Firebase
- Material-UI
- Redux-Thunk
- Typescript
- Jest

### Running it

```
npm i
npm start
```

### Testing it

```
npm test
```

### Folder structure

.
├── __test__ # unit test cases
│ ├── components
├── src
| ├── components # reuseable components
| ├── config # app configs
| ├── constants
| ├── pages
| ├── redux
│ ├── index.js
└── package.json # node dependencies