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
- Host: GitHub
- URL: https://github.com/lancygoyal/react-grocery-app
- Owner: lancygoyal
- Created: 2019-11-29T13:05:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T04:46:38.000Z (over 3 years ago)
- Last Synced: 2024-04-16T04:32:06.460Z (about 2 years ago)
- Topics: firebase, react, redux
- Language: TypeScript
- Homepage:
- Size: 3.79 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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