todoapp_review

This a practice to review

MIT License

Stars
2

Table of Contents

To Do List

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.

Built With

Tech Stack

Key Features

  • Pretty
  • Simple to use

Live Demo

Getting Started

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:

    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

Authors

Victor Gonzalez

Giovanni Juliao

Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

If you like this project feel free to give it a star.

Acknowledgments

We would like to thank Microverse for starting us in this project.

FAQ

  • 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.

License

This project is MIT licensed.

Related Projects