Skip to content

biswarup-naha/To-do-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MERN Stack Todo App

This is a simple todo application built using the MERN (MongoDB, Express.js, React.js, Node.js) stack.

Features

  • Create, Read, Update, and Delete (CRUD) operations for managing todo items
  • Responsive design for desktop and mobile devices

Technologies Used

  • Frontend:

    • React.js
    • tailwind CSS
    • Axios (for making HTTP requests)
  • Backend:

    • Node.js
    • Express.js (for building RESTful APIs)
    • MongoDB (as the database)
    • Mongoose (for MongoDB object modeling)
    • Postman (for testing API endpoints)

Getting Started

To run the todo app locally, follow these steps:

  1. Clone the repository:
    git clone <repository-url>
    
  2. cd frontend
     npm install
    
  3. cd ../backend
     npm install