Skip to content

A very basic todo application for complete beginners, who just get familier with node.js and want to build some project or get some project in node.js. No Database integrated with this project, We are storing all the data in a json file.

Notifications You must be signed in to change notification settings

itzabhinavarya/ToDo-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Very Basic ToDo Application

A very basic todo application for complete beginners, who just get familier with node.js and want to build some project or get some project in node.js. No Database integrated with this project, We are storing all the data in a json file.

Tech Stacks Used

  1. HTML
  2. CSS
  3. Node.js
  4. jQuery
  5. Express.js

Project Glimpse

image

Usecase

If you are a beginner/fresher and you haven;t developed any project till now then you can add this project in your resume. You can customize this project according to your need and make it your own. Going through code you will learn great concept regarding CRUD operation.

Steps to run this project locally

  1. Fork this repo/Download zip. (Make sure to give a star 🌟 to this Repo.)
  2. Open the repo inside your fav. code editor.
  3. Run command (to install dependencies of the project)
    npm install
  4. After complete execution of the previous Command then execute this command
    npm start
  5. And all set. Head over to http://localhost:3000

Follow me on Github for more exciting free projects.
Happy coding! 🌟

About

A very basic todo application for complete beginners, who just get familier with node.js and want to build some project or get some project in node.js. No Database integrated with this project, We are storing all the data in a json file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published