MichaelMugaiga / todo-list

A To Do list application that allows a user to add,edit and delete tasks using HTML, CSS, JavaScript. This is still in progress

Home Page:https://MichaelMugaiga.github.io/todo-list/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo List

Set up the repo :

  • clone the repo.

  • npm install

  • when you are working on your project json-server must be running npm run server

  • to close your server Ctrl + c

  • localhost : you can access your todos array from http://localhost:5000/todos

  • gitHub : https://my-json-server.typicode.com/userName/repoName/todos

  • More info about json-server

About

A To Do list application that allows a user to add,edit and delete tasks using HTML, CSS, JavaScript. This is still in progress

https://MichaelMugaiga.github.io/todo-list/


Languages

Language:JavaScript 41.6%Language:CSS 36.6%Language:HTML 21.7%