https://github.com/cobbyelsonfx/taskmanagerapp
Task Manager App is a CRUD task manager web application built using Node.js. This application allows users to create, read, update, and delete tasks
https://github.com/cobbyelsonfx/taskmanagerapp
javascript mongodb nodejs
Last synced: 6 days ago
JSON representation
Task Manager App is a CRUD task manager web application built using Node.js. This application allows users to create, read, update, and delete tasks
- Host: GitHub
- URL: https://github.com/cobbyelsonfx/taskmanagerapp
- Owner: CobbyElsonfx
- Created: 2023-01-05T14:53:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T03:02:42.000Z (about 2 years ago)
- Last Synced: 2025-02-18T01:30:43.949Z (3 months ago)
- Topics: javascript, mongodb, nodejs
- Language: JavaScript
- Homepage:
- Size: 389 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# TASK MANAGER APP
### DescriptionTask Manager App is a CRUD task manager web application built using Node.js. This application allows users to create, read, update, and delete tasks.
InstallationClone the repository to your local machine
Run npm install to install the required dependencies
Start the server using npm start
Open http://localhost:3000 in your browser### Usage
Once the application is running, users can perform the following actions:
Create a new task by clicking the "Add Task" button
View all tasks by clicking the "View Tasks" button
Update a task by clicking the "Edit" button next to a task
Delete a task by clicking the "Delete" button next to a task### Technologies Used
Node.js
Express.js
MongoDB
Mongoose
HTML
CSS
Bootstrap### Contribution
If you would like to contribute to this project, feel free to fork the repository and submit a pull request.
If you have any questions or feedback, please feel free to contact me at [email protected].