Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anselemodims/to-do
To-do is a web app that helps to organize your day-to-day activities. It lists all the activities that you need to be completed and allows you to mark them as complete or not. Tasks can also be dragged and dropped in any position. It's a minimalistic website built using JavaScript ES6, Webpack, and CSS.
https://github.com/anselemodims/to-do
app css es6 javascript list tasks todo web webpack
Last synced: 29 days ago
JSON representation
To-do is a web app that helps to organize your day-to-day activities. It lists all the activities that you need to be completed and allows you to mark them as complete or not. Tasks can also be dragged and dropped in any position. It's a minimalistic website built using JavaScript ES6, Webpack, and CSS.
- Host: GitHub
- URL: https://github.com/anselemodims/to-do
- Owner: AnselemOdims
- License: mit
- Created: 2021-11-29T07:49:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-16T12:01:21.000Z (almost 3 years ago)
- Last Synced: 2024-10-06T19:01:13.362Z (about 1 month ago)
- Topics: app, css, es6, javascript, list, tasks, todo, web, webpack
- Language: JavaScript
- Homepage: https://anselemodims.github.io/To-Do/
- Size: 4.05 MB
- Stars: 15
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Todo-List-blueviolet)
# To-do
> To-do is a web app that helps to organize your day to day activities. It lists all the activities that you need to be completed and allows you to mark them as complete or not. Tasks can also be dragged and dropped in any position. It's a minimalistic website built using JavaScript ES6, Webpack and CSS.
![screenshot](./src/images/screenshots/Screencast%20from%2012-15-2021%2003%2036%2036%20PM.gif)
Additional description about the project and its features.
## Built With
- Major languages (HTML, CSS, JavaScript)
- Frameworks (None)
- Technologies used - Webpack(Code Bundlng et al), Git(version control), ESLint(JavaScript linting), WebHint(linting tool), Stylelint(style linting)## Live Demo
[Live Demo Link](https://anselemodims.github.io/To-Do/)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- A text editor(preferably Visual Studio Code)
### Install
- [Git](https://git-scm.com/downloads)
- [Node](https://nodejs.org/en/download/)
### Usage
- Clone the repository using ``` git clone [email protected]:AnselemOdims/To-Do.git ```
- cd into the project folder
- Run ``` npm install ```
- Run ``` npm run build ```
- Run ``` npm start ```## Authors
👤 **Anselem Odimegwu**
- GitHub: [github](https://github.com/AnselemOdims)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/anselem-odimegwu-65a679104/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/AnselemOdims/To-Do/issues).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](https://opensource.org/licenses/MIT) licensed.