https://github.com/remonhasan/react-todo-app
Todo app with node server 📜
https://github.com/remonhasan/react-todo-app
axios bootstrap react-icons reactjs useeffect-hook usestate-hook
Last synced: 2 months ago
JSON representation
Todo app with node server 📜
- Host: GitHub
- URL: https://github.com/remonhasan/react-todo-app
- Owner: Remonhasan
- License: mit
- Created: 2023-09-14T12:23:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-28T11:55:03.000Z (over 2 years ago)
- Last Synced: 2025-02-23T20:41:44.253Z (over 1 year ago)
- Topics: axios, bootstrap, react-icons, reactjs, useeffect-hook, usestate-hook
- Language: JavaScript
- Homepage:
- Size: 628 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Todo App (React.js and Node.js Server)

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.