Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pranitej/todo-list

It is a simple Todo List app having a additional feature of saving images
https://github.com/pranitej/todo-list

css expressjs html images javascript mern-stack mongodb mongoose mongoosejs nodejs nosql npm npx reactjs todolist

Last synced: about 3 hours ago
JSON representation

It is a simple Todo List app having a additional feature of saving images

Awesome Lists containing this project

README

        

# 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.