Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/iran-react-community/todo-list
- Owner: iran-react-community
- Created: 2019-02-06T10:10:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T02:28:30.000Z (almost 2 years ago)
- Last Synced: 2024-07-31T07:18:14.127Z (3 months ago)
- Topics: ant-design, emotionjs, mobx, mobx-react, react, styled-jsx, webpack
- Language: JavaScript
- Homepage: https://iran-react-community.github.io/todo-list/
- Size: 9.02 MB
- Stars: 25
- Watchers: 2
- Forks: 2
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - todo-list - A simple todo list application with React and mobx and antd (JavaScript)
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.