Skip to content

ar-rana/To-do-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-do Application

This is a full stack to-do application made using React, MongoDB, Express and Node.
I learned to REST web services during this project and, learned to make GET, POST, DELETE requests to the server.

Glipses of the Website

The red button on each task on the right is used to delete the tasks, to create a new task we need to click on the add button at the bottom right of the screen.

website:


To run on you local machine 💻

This is a MERN Stack to-do appliacation to run this locally follow these steps:

First run:
npm install
then,

  1. Make sure the server is running
    a) Connect MongoDB
    b) Go to the project folder and run
    nodemon server
    now your server will be running on port 5000

  2. Start Frontend
    a) Navigade to client directory
    cd client
    b) On terminal run
    npm start


Now your project should be functioning properly.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published