Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnftitor/todolist
In this project, I built a simple HTML list of To-Do tasks. This simple web page was built using Webpack, creating everything from a JavaScript index file that imported all the modules and assets
https://github.com/johnftitor/todolist
html javascript jest scss webpack
Last synced: about 2 months ago
JSON representation
In this project, I built a simple HTML list of To-Do tasks. This simple web page was built using Webpack, creating everything from a JavaScript index file that imported all the modules and assets
- Host: GitHub
- URL: https://github.com/johnftitor/todolist
- Owner: JohnFTitor
- Created: 2022-01-11T17:29:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-04T22:03:02.000Z (almost 3 years ago)
- Last Synced: 2023-03-05T12:31:53.853Z (almost 2 years ago)
- Topics: html, javascript, jest, scss, webpack
- Language: JavaScript
- Homepage: https://johnftitor.github.io/toDoList/
- Size: 8.16 MB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# To Do List
> In this project, I built a simple HTML list of To-Do tasks. This simple web page was built using Webpack, creating everything from a JavaScript index file that imported all the modules and assets
![Preview](./preview.gif)
A simple and minimalistic To Do List to keep track on tasks during the day. Don't miss on your daily duties. Add, Edit, Re-organize, Delete, and clear are all the functionalities of this webapp. Give it a try!
## Built With
- HTML/SCSS
- Webpack
- Visual Studio Code Editor## Live Demo
[Live Demo Link](https://johnftitor.github.io/toDoList)
## Getting Started
To get a local copy up and running follow these simple example steps.
- Clone this repository with git clone```[email protected]:JohnFTitor/toDoList.git``` using your terminal or command line.
- Change to the project directory by entering :
```cd toDoList``` in the terminal### Prerequisites
You need to make sure to have installed the latest version of Node.js and npm on your computer.
### Setup
You can clone this repository or simply download the files as a .zip
If you want to set up a personal repository based on this one, you can as well fork it.### Install
After clone it and before working on it, you have to run ```npm install``` so that all the dependencies of the project get downloaded in your pc locally.
Such dependencies include webpack and linters checks, for which you have to either generate your own config file or get one.Note: If you're a Microverse's Student, you should use the config files provided by the program.
[Linters Config HTML/CSS and JS](https://github.com/microverseinc/linters-config/tree/master/html-css-js)### Usage
You're free to use this project however you like it for educational purposes. Just keep in mind the acknowledgment described below
### Run linters checks
Linter Checks are automatically run with Github actions when there's a pull request. If you want to run them locally, remember to have the config file in the root of the local project.
### Deployment
The deployment can be found in the Github Pages of this repository or through the link provided above
## Authors
π€ **AndrΓ©s Felipe Arroyave Naranjo**
- GitHub: [@JohnFTitor](https://github.com/JohnFTitor)
- Twitter: [@johnftitor](https://twitter.com/johnftitor)
- LinkedIn: [Andres](https://www.linkedin.com/in/andresarroyavenaranjo/?locale=en_US)## Contributors
π€ **Oyelakin Ridwan**
- GitHub: [@oyelakingG9](https://github.com/oyelakinG9/setup_project.git)
- Twitter: [@oyelakinG9](https://github.com/oyelakinG9/setup_project.git)
- LinkedIn: [Oyelakin](https://www.linkedin.com/in/oyelakin-ridwan-4b4a02b6)## Show your support
Give a βοΈ if you like this project!
## π License
This project is [MIT](./MIT.md) licensed.