This repository contains the source code of a simple web application developed using HTML, CSS and Javascript which can be used to create new notes, update and delete them as well.
- Get the source code on your pc via git.
git clone https://github.com/muskanmi/To-do-list
- Navigate inside the required folder through your terminal.
cd To-do-list/html
- Now, simply open the
index.html
file to access the application on your browser.