Skip to content

Pranitej/Todo-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

MERN Todo List with Image Storage

Overview

This project is a simple Todo List web application built using the MERN stack (MongoDB, Express.js, React.js, and Node.js). The application not only allows you to manage your tasks but also includes a feature for storing images associated with each task.

Features

  • Create, read and delete tasks.
  • Upload and store images.
  • Responsive and user-friendly frontend.
  • MongoDB used to store the data in databases.

Technologies Used

  • MongoDB: Database to store task data.
  • Express.js: Backend framework for handling HTTP requests.
  • React.js: Frontend library for building user interfaces.
  • Node.js: JavaScript runtime for server-side development.
  • Axios: HTTP client for making requests from the frontend to the backend.
  • Multer: Middleware for handling file uploads.

Prerequisites

  • Node.js installed on your machine for javascript runtime and npm/npx.
  • MongoDB installed on your machine for storing the todo information and images.

Releases

No releases published

Packages

 
 
 

Contributors