Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.26 KB

readme.md

File metadata and controls

28 lines (22 loc) · 1.26 KB

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! 🌟