Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mwarman/course-reactdev-expensify
https://github.com/mwarman/course-reactdev-expensify
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mwarman/course-reactdev-expensify
- Owner: mwarman
- License: mit
- Created: 2017-12-04T11:29:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-17T15:49:16.000Z (about 7 years ago)
- Last Synced: 2024-11-12T03:33:11.064Z (2 months ago)
- Language: JavaScript
- Size: 362 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Developer Course
This repository contains work associated with the Udemy course [The Complete React Developer Course](https://www.udemy.com/react-2nd-edition).
## Project: Expensify
### Dependencies
**Global**
[Node 8+](https://nodejs.org/)
[Yarn](https://yarnpkg.com/en/)**Development**
[Babel](http://babeljs.io/)
[SASS](http://sass-lang.com/guide)
[Webpack](https://webpack.js.org/configuration/)**Test**
[cross-env](https://www.npmjs.com/package/cross-env)
[dotenv](https://www.npmjs.com/package/dotenv)
[Jest](https://facebook.github.io/jest/)
[Enzyme](https://github.com/airbnb/enzyme)
[enzyme-to-json](https://github.com/adriantoine/enzyme-to-json)
[redux-mock-store](http://arnaudbenard.com/redux-mock-store/)**Production**
[babel-polyfill](https://babeljs.io/docs/usage/polyfill/)
[Express](http://expressjs.com/)
[Firebase](https://firebase.google.com)
[history](https://www.npmjs.com/package/history)
[React](https://reactjs.org/docs)
[react-dates](https://github.com/airbnb/react-dates)
[React Modal](https://reactcommunity.org/react-modal/)
[React Router](https://reacttraining.com/react-router/web/guides/philosophy)
[React Redux](https://github.com/reactjs/react-redux)
[Redux](https://redux.js.org/)
[Redux Thunk](https://github.com/gaearon/redux-thunk)
[normalize.css](https://necolas.github.io/normalize.css/)
[Moment.js](https://momentjs.com/)
[Numeral.js](http://numeraljs.com/)
[uuid](https://www.npmjs.com/package/uuid)
[validator](https://www.npmjs.com/package/validator)### Tools
[Atom](https://atom.io)
[regex101](https://regex101.com/)