# todo-react **Repository Path**: mirrors_mdn/todo-react ## Basic Information - **Project Name**: todo-react - **Description**: Sample todo app built with the React/ReactDOM framework. - **Primary Language**: Unknown - **License**: MPL-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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).