https://github.com/brenoxav/to-do
A simple to-do list app.
https://github.com/brenoxav/to-do
css html javascript webpack
Last synced: 2 months ago
JSON representation
A simple to-do list app.
- Host: GitHub
- URL: https://github.com/brenoxav/to-do
- Owner: brenoxav
- Created: 2021-07-19T15:32:34.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-30T13:36:45.000Z (almost 5 years ago)
- Last Synced: 2025-04-12T10:13:18.099Z (about 1 year ago)
- Topics: css, html, javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 538 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# To-do List
> A simple HTML list of To Do tasks

A minimalist to-do list built with HTML, CSS, JS and Webpack.
## Built With
- HTML/CSS
- JavaScript
- Webpack
## Live Demo
[Click here](https://brenoxav.github.io/to-do) for a live demo of this project.
## Getting Started
To get a local copy up and running follow these steps.
### Prerequisites
- [NPM](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
### Setup
1. Download or clone the repository's contents.
2. Go to the project's root directory.
```
cd to-do
```
3. Install all the dependencies:
```
npm install
```
### Install
You can either build a local production version of the project or open it directly on a server in development mode.
#### Build
1. To build and open a production version of the app run the command:
```
npm run build
```
2. Then open *dist/index.html* in you preferred browser.
#### Start Development Server
1. To open the app in development mode on *dev-server* run:
```
npm start
```
2. Then go to `http://localhost:8080/` in you preferred browser.
### Test
To execute the included tests with Jest, run:
```
npm test
```
## Authors
👨💻 **Breno Xavier**
- GitHub: [@brenoxav](https://github.com/brenoxav)
- Twitter: [@brenoxav](https://twitter.com/brenoxav)
- LinkedIn: [LinkedIn](https://linkedin.com/in/brenoxav)
👨💻 **Tiago Rahal**
- GitHub: [@tiagorahal](https://github.com/tiagorahal)
- Twitter: [@RahalAires](https://twitter.com/RahalAires)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/tiagorahal/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/brenoxav/to-do/issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Microverse