Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdn/todo-react
Sample todo app built with the React/ReactDOM framework.
https://github.com/mdn/todo-react
demo example react todo
Last synced: about 2 hours ago
JSON representation
Sample todo app built with the React/ReactDOM framework.
- Host: GitHub
- URL: https://github.com/mdn/todo-react
- Owner: mdn
- License: mpl-2.0
- Created: 2020-05-15T11:05:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T21:08:45.000Z (24 days ago)
- Last Synced: 2024-10-24T09:04:03.070Z (23 days ago)
- Topics: demo, example, react, todo
- Language: JavaScript
- Homepage: https://mdn.github.io/todo-react/
- Size: 33.2 MB
- Stars: 231
- Watchers: 12
- Forks: 274
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# todo-react
Sample todo app built with the React/ReactDOM framework. For the accompanying documentation, see
[Understanding client-side JavaScript frameworks
: React tutorials](https://wiki.developer.mozilla.org/en-US/docs/Learn/Tools_and_testing/Client-side_JavaScript_frameworks#React_tutorials).For the live version, see https://mdn.github.io/todo-react/.
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Getting started
To get this app running locally, you'll need to have [Node.js](https://nodejs.org/en/) and [Yarn](https://yarnpkg.com/getting-started/install) installed on your machine.
In the project directory, you can run:```bash
yarn && yarn start
```More information about the available commands can be found in the [Contributing](CONTRIBUTING.md) guide.
## Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
The following sections are recommended:
- [Code Splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
- [Analyzing the Bundle Size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
- [Making a Progressive Web App](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
- [Advanced Configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
- [Deployment](https://facebook.github.io/create-react-app/docs/deployment)
- [npm run build fails to minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)To learn React, check out the [React documentation](https://reactjs.org/).
## Contributing
Our project welcomes contributions from any member of our community.
To get started contributing, please see our [Contributor Guide](CONTRIBUTING.md).By participating in and contributing to our projects and discussions, you acknowledge that you have read and agree to our [Code of Conduct](CODE_OF_CONDUCT.md).
## License
This project is licensed under the [LICENSE](LICENSE).