Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sachin2398/best-book-buddy
This Task Management App is a web application built using Node.js, Express, and MongoDB database. It provides users with the ability to manage tasks effectively by creating, updating, and deleting tasks. Users can also sign in securely. The frontend of the application is developed using HTML,CSS and JS.
https://github.com/sachin2398/best-book-buddy
css expressjs html js mongodb nodejs
Last synced: 2 days ago
JSON representation
This Task Management App is a web application built using Node.js, Express, and MongoDB database. It provides users with the ability to manage tasks effectively by creating, updating, and deleting tasks. Users can also sign in securely. The frontend of the application is developed using HTML,CSS and JS.
- Host: GitHub
- URL: https://github.com/sachin2398/best-book-buddy
- Owner: sachin2398
- Created: 2024-04-22T12:52:40.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-02T15:18:44.000Z (8 months ago)
- Last Synced: 2024-11-11T07:45:40.533Z (2 months ago)
- Topics: css, expressjs, html, js, mongodb, nodejs
- Language: JavaScript
- Homepage: https://bbb-task-app.vercel.app/
- Size: 7.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Best-Book-Buddy
task-management-app
## Task Management App README### Description
This Task Management App is a web application built using Node.js, Express, and MongoDB as a non-SQL database. It provides users with the ability to manage tasks effectively by creating, updating, and deleting tasks. Users can also sign in securely using Sinam authentication. The frontend of the application is developed using HTML,CSS And JS.### Features
- User authentication login.
- Create, read, update, and delete tasks.
- Ability to add detailed descriptions and operations for each task.
- We can filter the task also according to the status.
- User-friendly interface.
## ScreenShots
## Login
![Screenshot 2024-04-24 045247](https://github.com/sachin2398/Best-Book-Buddy/assets/113828281/323060bb-1e24-4ad6-8320-3547e9b7dd30)## Home
![Screenshot 2024-04-24 212240](https://github.com/sachin2398/Best-Book-Buddy/assets/113828281/47969a19-ed98-47cd-93d4-def899f2d9e4)### Technologies Used
- Node.js
- Express
- MongoDB (non-SQL database)
-HTML
-css
-js### Deployment
- Frontend: The frontend of the application is deployed on [Vercel](https://bbb-task-app.vercel.app/).
- Backend: The backend of the application is deployed on [Render](https://bbd-backend-task.onrender.com).### Installation
To run this application locally, follow these steps:1. Clone this repository.
2. Navigate to the project directory.
3. Install dependencies using the following command:
## npm i
4. Start the server:
## npm start
5. Access the application in your web browser at `http://localhost:3000`.### Deployment Links
- Frontend: [Vercel Lab Deployment](https://bbb-task-app.vercel.app/)
- Backend: [Render Deployment](https://bbd-backend-task.onrender.com)### Authors
- [SACHIN KUMAR SINGH]### License
This project is licensed under the [MIT License](LICENSE).