Skip to content

Latest commit

 

History

History
71 lines (42 loc) · 2.28 KB

README.md

File metadata and controls

71 lines (42 loc) · 2.28 KB

todo-list-app

A simple but useful TODO List

You can check it out here 👇

Live site - Check out here

Installation

To install and run this project locally follow these steps:

  1. Fork this repository

  2. Click the 'code' drop down and depending on how you prefer to clone, clone your fork. This step can be done several different ways and is up to personal preference.

    • if you use HTTPS or SSH to clone run
    git clone https://github.com/<your-github-username>/todo-list-app
    
    • if you use GitHub CLI run
    git repo clone https://github.com/Dharmik48/todo-list-app
    
    • alternatively you can open the project in GitHub desktop or download it as a ZIP.

    To read more about the different ways to clone a project you can read more here

  3. After cloning your fork to your machine, navigate to it in your terminal

cd todo-list-app
  1. From within the projects directory, run the following command to install dependencies
npm install
  1. Again, from within the projects directory, run the following command
npm start

This should start the dev server in your browser. If you're having any environment issues during installation open an issue describing the problem.

Examples

todo-list_screenshot todo-list_screenshot-2

Contribution

You need 0 coding knowledge to contribute to the project! Some good ideas for first issues are updating documentation, suggesting some design improvements, making PR templates and so much more!

Just raise an issue for it

Contributors List