Skip to content

geraldmaboshe/clientTodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-do

This is a todo app with the below feaures

  • an input field to add an item
  • List of all items added
  • Checkbox on each item used to mark complete
  • Completed items look different
  • YAn item can be removed

What to know.

  • Use only CSS, no other CSS frameworks

Requirements

  • Node (Download it here )
  • Git Bash on windows(Download it here)

If you are on windows you might also like to get the chocolate package manager

Follow the steps below, use git bash if you are on windows and terminal on other platforms

clone the repo

git clone https://github.com/BongoHive/reponame.git my-todo-app
⚠️ Please replace reponame in the above link ☝🏾 with the name of this repo

cd my-todo-app

restore packages

npm install

start the dev server

npm start this will also open it in your default browser

And get hacking .... 😀🚀

Note: Feel freee to contribute. If you have any problem, create an issue in this repository explaining the problem

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published