Simple Todos list
This Todos list is build while I was learning Array in Javascript.
Why I create this project?
For learning purpose. Please read learning note for extra information.
Getting Started
Prerequisites
You need to have
Installation
- Clone this project (Using
git
command:https://github.com/vietdang7/simple-todos-js.git
or through your GitDesktop application) - Install Chrome
- Install Atom
Testing
In your terminal:
- Move or
cd
to where you've just cloned the project - Open todos.js by using this command
atom todos.js
- Copy todos.js codes
- Open Chrome browser, go to
View > Developer > Javascript Console
- Paste the codes to console and test Todos.
Learning notes:
- Add userInput from
prompt()
to empty array - Use
arrayName.push()
to add new object to the end of array
Contribution
If you want to make contribution for this project, feel free to fork
this project and make pull request
.
I grealty appreciate for your contribution.
License
- This project is licensed under the MIT license