Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months ago
JSON representation
It is a simple Todo List app having a additional feature of saving images
- Host: GitHub
- URL: https://github.com/pranitej/todo-list
- Owner: Pranitej
- Created: 2024-02-08T12:45:33.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-23T09:20:36.000Z (10 months ago)
- Last Synced: 2024-11-12T00:38:32.113Z (about 2 months ago)
- Topics: css, expressjs, html, images, javascript, mern-stack, mongodb, mongoose, mongoosejs, nodejs, nosql, npm, npx, reactjs, todolist
- Language: JavaScript
- Homepage: https://todo-list-chi-blond.vercel.app
- Size: 7.24 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.