oyelakinG9 / todoList

TodoList is an application to set up daily activities. It provides users with list of different task that can be executed . Once a task completed user can easily remove it from the list. TodoList app also provides a function that enable user to drag a task over another. It's basically made with javascript.
MIT License
0 stars 0 forks source link

To Do List (Structure)

This project base on the struction of add/remove daily task list

Screenshot (74)

Additional description about the project and its features.

Built With

Live Demo

Live Demo Link

Getting Started:

Run: npm run started (To start the code in browser).

Prerequisites:

Deployment:

Clone the project

git clone https://github.com/oyelakinG9/todoList.git
npm install

To run StyleLint by itself, you may run the lint task:

npx stylelint "**/*.{css,scss}"

Or to automatically fix issues found (where possible):

npx stylelint "**/*.{css,scss}" --fix

You can also check against Webhint:

npx hint --telemetry=off .

-- Start running npm run build and follow npm run start

Authors

👤 Author1

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

📝 License

This project is MIT licensed.