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