Skip to content

lindseysimple/react-petowner-todo

Repository files navigation

react-petowner-todo

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.

Features

  • 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.

nodemon

This task runs the server with nodemon. Nodemon will restart the server when there is any file change.

Webpack

Webpack is used as module bundler.

Babel

Babel is used as syntax compiler to compile ES6 and JSX to readable format on the browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published