- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
To-do List website is a website which that displays a list.
HTML5, CSS3 & Javascript
- displays the list
- can add item to the list
- can remove selected item from the list
- can mark all selected items as complete
- can reorder a selected item (drag and drop)
- can remove all items marked as complete at once
To get a local copy up and running, follow these steps.
In order to run this project you need:
- To have a prior knowledge of Linters, Git, HTML & CSS
- Clone or fork the repository
- A web browser (google chrome preferably)
- A code editor (e.g vscode)
Clone this repository to your desired folder:
cd my-folder git clone https://github.com/DebyGrey/todo-list
To install this project run this into your terminal:
- git clone https://github.com/DebyGrey/todo-list
- npm install to install all dependecies
To run this project:
- npm run start - to view project on browser
To test this project:
- npm run start - to view project on browser
You can deploy this project:
- on any hosting services
👤 Deborah Fashoro
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- Modern website styles
- Full blown website with proper navigation
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, kindly follow me on my social media handles listed above.
I would like to thank everyone who made this project possible
This project was insipred by the [minimalist website](https://web.archive.org/web/20180320194056/http://www.getminimalist.com:80/)
Thanks to [web.archive.org](https://web.archive.org/web/20180320194056/http://www.getminimalist.com:80/) for making it available.
This project is MIT licensed.