To-do-list This is a simple app that allows users to add and remove tasks as to-do-list and relate with local storage.
- HTML 5
- CSS 3
- JAVASCRIPT ES6
https://dialite.github.io/To-do-list-structure/
Instructions on how to view and clone my project locally. To Access my project locally please follow the following instructions;
- Create a folder on your computer where you will clone the project
- Enter this url: https://github.com/dialite/To-do-list-structure.git in your web browser.
- Once opened, move your cursor to the top left of the project page to select 'code' a green code button will be visible on the righthand corner showing download options.
- Select download Zip option from drop down menu to your desired folder on your computer.
- Once the download is complete you will be able to access my project locally.
- Also, you can navigate to your folder using a console.
- Then run git clone https://github.com/dialite/To-do-list-structure.git
To get a local copy and running follow these simple example steps.
- Set up a new repository and prepare it for development using best practices (e.g. linters).
- Create a new branch according to the GitHub flow rules.
- Add a .gitignore file.
- Set up a linter for HTML and CSS and make sure that any files that are not relevant are ignored by git.
- Enable GH web Page on portfolio repository to deploy it on the web
- Add descriptive README file to your project
- Git (as version control)
- npm install --save-dev jest (To get started with Jest)
- npm install --save-dev jest-environment-jsdom(To get started with the JSDOM test environment)
- npm test
- Lighthouse
- Webhint
- Stylelint
- ESLint
👤 Raymond Olisa
- GitHub: @dialite
- Twitter: @raymondolisa01
- LinkedIn: raymond-olisa
👤 Balikuddembe Emmanuel
- GitHub: @Balikuddembe
- Twitter: @BalixEmma
- LinkedIn: emmanuel-balikuddembe
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.