ToDo
ToDo copied to clipboard
ToDo is a web app that helps you organize daily tasks. It sorts out tasks that need to be completed and lets you mark them as complete or not. Built using HTML, CSS, JavaScript and webpack
ToDo List
📗 Table of Contents
- 📖 About the Project
- 🛠 Built With
- Tech Stack
- Key Features
- 🚀 Live Demo
- 🛠 Built With
- 💻 Getting Started
- Setup
- Prerequisites
- Install
- Usage
- Run tests
- Deployment
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
📖 ToDo List
This project is a web page that lets user list To Do tasks. Built using HTML, CSS, JavaScript and webpack.
🛠 Built With
- HTML, CSS, JavaScript
- Technologies: Webpack for code bundling
Tech Stack
Client
Server
Database
- Not applicable for this project
Key Features
- Homepage
- Todo Tasks section
- Add and Remove Tasks
- Manage tasks with local storage
- Drag and Drop Tasks
(back to top)
🚀 Live Demo
(back to top)
💻 Getting Started
To get a local copy up and running, follow these steps.
Prerequisites
In order to run this project you need:
- You need a VS code text editor.
- Node
Setup
Clone this repository to your desired folder:
cd my-folder
git clone [email protected]:ikennarichard/ToDo.git
Install
Install this project with:
cd my-project
npm install
Usage
To run the project, execute the following command:
npm run build
npm start
Run tests
To run tests, run the following command at the root of the folder:
- Stylint (CSS)
npx stylelint "**/*.{css,scss}"
- ES lint (Javascript)
npx eslint .
Deployment
Not Available
(back to top)
👥 Authors
👤 Author1
- GitHub: @githubhandle
- LinkedIn: LinkedIn
(back to top)
🔭 Future Features
- Update user interface to make be more interactive
(back to top)
🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
(back to top)
⭐️ Show your support
If you like this project please drop a ⭐️ or give feedback on areas that can be improved.
(back to top)
🙏 Acknowledgments
- Everyone whose code was an inspiration
- The code reviewers
(back to top)
📝 License
This project is MIT licensed.
(back to top)