Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/navaneeth-21/fullstacktodoapp
A Simple web Application for managing your Todos
https://github.com/navaneeth-21/fullstacktodoapp
Last synced: about 1 month ago
JSON representation
A Simple web Application for managing your Todos
- Host: GitHub
- URL: https://github.com/navaneeth-21/fullstacktodoapp
- Owner: Navaneeth-21
- Created: 2023-12-30T18:17:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-12T07:37:45.000Z (5 months ago)
- Last Synced: 2024-08-12T08:59:48.256Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ToDo App
A Simple web Application for managing your todos . This Project uses Express.js for the backend, MongoDB as the database and javascript for the frontend.## Features
- Add new todos
- view existing todos
- Mark todos as completed
- Delete todos
- Edit todos## Technologies used
- **Backend:** Express.js , MongoDB
- **Frontend:** HTML , CSS , JavaScript## Screenshot
![Todo App Screenshot](images/Todo-App-Screenshot.png)
## Getting Started### Prerequisites
- Node.js and npm installed
- MongoDB installed and running### Installation
1. Clone the repository
2. Install dependencies
npm install
3. Start the server:npm start
4.Open the web browser and go to http://localhost:3000 to access the TodoApp.## Contributing
Contributions are welcome! Feel free to submit issues or Pull requests.