Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List structure #2

Merged
merged 14 commits into from
Apr 29, 2022
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Awesome books with ES6.

> Hello!
To do list is a single page website that allows you create a to do list. Re-creating this website you will learn how to give some functionality to your sections and make your website more user-interactive. Apart from creating and display a list you will learn how to set and get items from local storage and how to use ES6 ans webpack.
To do list is a single page website that allows you create a to do list. Re-creating this website you will learn how to give some functionality to your sections and make your website more user-interactive. Apart from creating and display a list you will learn how to set and get items from local storage and how to use ES6 and webpack.


## Built With
Expand All @@ -21,11 +21,12 @@ On your terminal:
1- Clone this repository to your computer: git clone git@github.com:emiliazm/Todo-list.git.
2- Open the project on your code editor: "cd Todo-list" and "code ."
3- Install npm package: npm install.
4- Run website: npm run start.


## Live Demo (if available)

[Live Demo Link]()
[Live Demo Link](https://emiliazm.github.io/todoList/)



Expand Down