Skip to content

This is a fullstack task management application built with a focus on efficiency and ease of use. It allows users to create, update, delete, and manage tasks seamlessly through a well-structured frontend and backend architecture.

Notifications You must be signed in to change notification settings

soumadeep-dey/MERN-Task-Management-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fullstack Task Management Application

React.js React Hooks Bootstrap v5 Node.js Express.js MongoDB Mongoose Postman CORS Vercel

This is a fullstack task management application built with a focus on efficiency and ease of use. It allows users to create, update, delete, and manage tasks seamlessly through a well-structured frontend and backend architecture.

Features

  • Create Task: Users can add new tasks with descriptions and due dates.
  • Update Task: Ability to modify task details such as description, status, and due date.
  • Delete Task: Users can remove tasks that are no longer needed.
  • Check/Uncheck Task: Tasks can be marked as done or undone, providing clear status tracking.

Technologies Used

Frontend

  • React: Utilized for building a dynamic and responsive user interface.
  • Bootstrap: Ensures a clean and modern UI design with responsive layout components.
  • React Hooks: Used to manage stateful logic within functional components, improving code readability and maintainability.
  • Axios: Facilitates asynchronous HTTP requests to the backend API, ensuring smooth data flow between frontend and backend.

Backend

  • Node.js: Powers the server-side logic with its event-driven, non-blocking I/O model, ideal for scalable applications.
  • Express.js: Used as the web application framework to establish robust APIs quickly and easily.
  • MongoDB: Chosen as the database to store task data, providing flexibility and scalability for handling large volumes of data efficiently.
  • Mongoose: An elegant MongoDB object modeling tool designed to work in an asynchronous environment, simplifying interactions with MongoDB.
  • cors: Middleware used to enable cross-origin resource sharing, ensuring that frontend and backend can communicate securely.
  • dotenv: Allows for environment variable management, enhancing security and configuration flexibility.
  • Postman: Used for testing API endpoints during development, ensuring API reliability and functionality.

API Endpoints

The backend API includes the following endpoints:

  • POST /tasks: Creates a new task.
  • GET /tasks: Retrieves a list of all tasks.
  • PUT /tasks/:id : Updates a specific task identified by ID.
  • DELETE /tasks/:id : Deletes a specific task identified by ID.

About

This is a fullstack task management application built with a focus on efficiency and ease of use. It allows users to create, update, delete, and manage tasks seamlessly through a well-structured frontend and backend architecture.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published