Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gjuliao/todoapp_review
This a practice to review
https://github.com/gjuliao/todoapp_review
Last synced: about 1 month ago
JSON representation
This a practice to review
- Host: GitHub
- URL: https://github.com/gjuliao/todoapp_review
- Owner: gjuliao
- License: mit
- Created: 2022-12-12T14:51:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-15T18:49:10.000Z (about 2 years ago)
- Last Synced: 2024-10-27T16:42:07.593Z (3 months ago)
- Language: JavaScript
- Size: 606 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)**Todoapp_review** todoapp_review is a simple web application that displays a list of tasks and allows you to add new ones and remove completed ones from that list. This project also has jest tests to verify correct functionality of the code. This project served as a code review practice.
Functionality
Webpage
Styling
- **Pretty**
- **Simple to use**
- [Live Demo Link](https://vgonma.github.io/toDoList/dist/index.html)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
NodeJs
### Setup
Clone this repository to your desired folder:
```cd my-folder
git clone [email protected]:gjuliao/todoapp_review.git
```
Install dependencies:
```
npm i -y
```
Build the webapp:
```
npm run build
```
You can use a live server for debuging using the command
```
npm run start
```
Tests can be run using the command line:
```
npm test
```
### Usage
To run the project open the html file in your web browser.
### Deployment
👤 **Victor Gonzalez**
- GitHub: [@githubhandle](https://github.com/Vgonma)
- Twitter: [@twitterhandle](https://twitter.com/Victor_GonMa)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/victor-gonzalez-massimi/)
👤 **Giovanni Juliao**
- GitHub: [@githubhandle](https://github.com/gjuliao)
- Twitter: [@twitterhandle](https://twitter.com/GiovanniJuliao)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/giovanni-juliao-31770011/)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project feel free to give it a star.
We would like to thank Microverse for starting us in this project.
- **Can I contribute to the project?**
- Yes. By all means feel free to clone the repository and make your changes. (Always use a new branch)
- **Can I use this application freely?**
- You can use the application as long as you give credit where it is needed.
This project is [MIT](./LICENSE) licensed.