Weather DashBoard is a weather widgets manager made with ReactJs, Redux & Webpack.
For this project, I used :
- ReactJs
- Redux
- Webpack
- SASS
- ES6 with Babel
- Jest
Clone the repo, then in the "weatherdashboard" folder:
$ cd weatherdashboard
$ npm install
$ npm start
Run tests:
$ npm test
Make a production build:
$ npm run build
MIT