Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yacosta738/react-todos-app
Example of todos app made with React.js
https://github.com/yacosta738/react-todos-app
reactjs todosapp
Last synced: 3 days ago
JSON representation
Example of todos app made with React.js
- Host: GitHub
- URL: https://github.com/yacosta738/react-todos-app
- Owner: yacosta738
- Created: 2021-06-14T14:27:06.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-14T16:00:44.000Z (over 3 years ago)
- Last Synced: 2024-10-10T16:41:49.041Z (28 days ago)
- Topics: reactjs, todosapp
- Language: JavaScript
- Homepage: https://yacosta738.github.io/react-todos-app/
- Size: 5.95 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## React Todo App
## [Click to See the Todos App](https://yacosta738.github.io/react-todos-app/)The code is available in the `src` folder. In there, you’ll see two folders named `classBased` and `functionBased` holding the class component and function component code respectively.
### Clone the project
You can download or clone this project by running this command from your terminal:
```
git clone https://yacosta738.github.io/react-todos-app
```This will create a directory in the name of the project folder.
Once you have the project files and folders bootstrapped, open it with your text editor.
Next, switch inside the project directory and run:
```
npm install
```This will install all the necessary dependencies in the local `node_modules` folder.
Finally, start your development server by running:
```
npm start
```You should see the app in your browser address bar at [http://localhost:3000](http://localhost:3000)