Skip to content

iran-react-community/todo-list

Repository files navigation

A simple and small todo list application built with:

  • React 16.8
  • Ant Design for User interface
  • MobX for state management
  • Webpack 4 for module bundling
  • EmotionJS for using css-in-js

Demo: https://iran-react-community.github.io/todo-list/

Regards to TodoMVC

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

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.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.