/todo-client

Primary LanguageJavaScript

App demo

React-Redux-Express Todo app

This is a sample react todo app done step-by-step.

Live demo

Check the demo hosted on heroku

Features

  • Create a todo with priority, start/end date and time, and a file
  • Edit the todo
  • Delete a todo
  • Monthly calendar
  • Filter todos
  • Data saved through mySQL 📦

Instructions

  1. clone this repository. git clone git@github.com:hsingyuc/todo-client.git
  2. Install dependencies. Make sure you already have nodejs & npm installed in your system. $ npm install # or yarn
  3. Once the dependencies are installed, you can start the application. $ npm start # or yarn start
  4. You will then be able to access it at localhost:3001

Build

npm run build builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.

Built with

Versioning

We use SemVer for versioning.