Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robinbenitezmora/todolist
This is project whick objective is to apply modules with Javascript and Webpack concepts
https://github.com/robinbenitezmora/todolist
Last synced: 12 days ago
JSON representation
This is project whick objective is to apply modules with Javascript and Webpack concepts
- Host: GitHub
- URL: https://github.com/robinbenitezmora/todolist
- Owner: robinbenitezmora
- Created: 2022-08-10T20:54:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-15T12:50:22.000Z (over 2 years ago)
- Last Synced: 2023-03-09T05:32:22.674Z (over 1 year ago)
- Language: JavaScript
- Size: 255 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Awesome Books with ES6
>
This project is a basic website that will allow to the users to add, remove, get and save tasks from a group or list using JavaScript objects, modules and ES6.## Built With
- HTML5.
- CSS.
- JavaScript
- Visual Studio Code.
- Git
- GitHub## Getting Started
If you want to clone this project:
- Go to GitHub repository
- Click on the green button that say 'Code'
- Copy the SSH link
- On your local machine, type the command git clone and paste the SSH link### Prerequisites
- Code editor
- Knowledge in HTML
- Knowledge in Javascript (ES6)
- Handle on local repository Git### Setup
- Clone the repository
- Change directory into the project folder
- Install dependencies
- Open project with text editor to view changes
- Run the code using [live server](https://www.google.com/search?client=safari&rls=en&q=live+server&ie=UTF-8&oe=UTF-8)### Install
Clone this repository (you must have [Git Installed](https://github.com/git-guides/install-git))`git clone [email protected]:robinbenitezmora/ToDoList.git`
Then, move to the newly created folder `ToDoList` using this command
`cd ToDoList`
Then, install dependencies using this command
To open the project in Visual Studio Code type the following command inside the _books_with_es6_ folder
`code .`
In order to visualize the project in your browser either open the index.html file directly from the file explorer or consider using a [live server for development ](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer)
## Authors
👤 **Robin Benitez Mora**
- GitHub: [@robinbenitezmora](https://github.com/robinbenitezmora)
- Twitter: [@Mecanico_Robin](https://twitter.com/mecanico_robin)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/robin-benitez-mora-manizales)## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
-I thank Microverse for its documentation, and my mentor, David Verde for his support and guidance.
## 📝 License
This project is [MIT](./MIT.md) licensed.