Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remonhasan/react-todo-app
📜 Todo app using react and Node.js server.
https://github.com/remonhasan/react-todo-app
axios bootstrap react-icons reactjs useeffect-hook usestate-hook
Last synced: 6 days ago
JSON representation
📜 Todo app using react and Node.js server.
- Host: GitHub
- URL: https://github.com/remonhasan/react-todo-app
- Owner: Remonhasan
- License: mit
- Created: 2023-09-14T12:23:28.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-28T11:55:03.000Z (12 months ago)
- Last Synced: 2023-11-28T12:43:15.385Z (12 months ago)
- Topics: axios, bootstrap, react-icons, reactjs, useeffect-hook, usestate-hook
- Language: JavaScript
- Homepage:
- Size: 627 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo App (React.js and Node.js Server)
![](todo-app.gif)A basic understanding and using practically react components, hooks, packages, axios and others. Also connected to the Node.js, Express.js Server and MongoBD Database.
## Locally Run Script
To open the project locally, you can run:
### `git clone`
Firstly clone the repository locally.
### `npm install`
Install the dependencies.
### `npm start`
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.