react-petowner-todo is a small web application to track your daily habits or rituals.
It is built on express using React, Redux and Immutable.js. It is developed with webpack and react-hot-loader and written with babeljs.
- Create new daily habits, and choose the frequency that how often you want to do the habit every week(on a daily basis, every other day, or on a specific day of the week and so on).
- Track the progress of habits on a weekly basis.
Clone this repo
git clone https://github.com/PippaC/react-petowner-todo.git
cd react-petowner-todo
run
npm install
or
yarn
Start the app
npm run dev
and open localhost:8080.
This task runs the server with nodemon. Nodemon will restart the server when there is any file change.
Webpack is used as module bundler.
Babel is used as syntax compiler to compile ES6 and JSX to readable format on the browser.