Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iran-react-community/todo-list

A simple todo list application with React and mobx and antd
https://github.com/iran-react-community/todo-list

ant-design emotionjs mobx mobx-react react styled-jsx webpack

Last synced: 13 days ago
JSON representation

A simple todo list application with React and mobx and antd

Awesome Lists containing this project

README

        

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](http://todomvc.com)

## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.

Open [http://localhost:3000](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](https://facebook.github.io/create-react-app/docs/deployment) for more information.