https://github.com/jcmdsbr/react-todo-app
Learning basic REACT concepts and applying them to a TODO App
https://github.com/jcmdsbr/react-todo-app
react react-hooks todoapp typescript
Last synced: about 2 months ago
JSON representation
Learning basic REACT concepts and applying them to a TODO App
- Host: GitHub
- URL: https://github.com/jcmdsbr/react-todo-app
- Owner: jcmdsbr
- Created: 2020-11-08T00:17:11.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-03T19:51:53.000Z (about 4 years ago)
- Last Synced: 2025-01-27T07:30:02.860Z (4 months ago)
- Topics: react, react-hooks, todoapp, typescript
- Language: TypeScript
- Homepage:
- Size: 192 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The todo app :sunglasses:
- Learning basic REACT concepts and applying them to a TODO App
## Give a Star! :star:
If you liked the project, please give a star ;)
## You need some of the fallowing tools :exclamation:
- Npm
- Visual Studio Code or another editor## Description :books:
React has been designed from the start for gradual adoption, and you can use as little or as much React as you need. Whether you want to get a taste of React, add some interactivity to a simple HTML page, or start a complex React-powered app, the links in this section will help you get started.
- This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Startup :heavy_check_mark:
In the project directory, you can run:
```sh
npm start # Runs the app in the development mode. Open [http://localhost:3000](http://localhost:3000) to view it in the browser.npm test # Launches the test runner in the interactive watch mode. See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
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 perform
```
- You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
- To learn React, check out the [React documentation](https://reactjs.org/).