Skip to content

Latest commit

 

History

History
90 lines (65 loc) · 2.92 KB

README.md

File metadata and controls

90 lines (65 loc) · 2.92 KB

Project logo

Project TODO

Status GitHub Issues GitHub Pull Requests License


This project was designed to learn new technologies and practices in the React js development environment.
DEMO

📝 Table of Contents

🧐 About

The "todo list" started when I was thinking of some project to apply drag and drop technology. From that moment on, I started to structure the idea and purpose of the project. In addition to the features that I had already thought of adding, I also wanted to implement a synchronization algorithm with some database, in this case, firebase. The idea is: The app handles state changes by updating the database.

print01

🏁 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Node 14
Yarn 1.22
Git bash 2.32
Visual Studio Code

Installing

A step by step series of examples that tell you how to get a development env running.

Clone the repo -> git clone https://github.com/AntonioGally/todo-list.git
Open on your vsCode -> code ./todo-list
Install dependencies -> yarn install
Run the project -> yarn start

🎈 Usage

Be first, add some tags to your todo list, and after, you add your todo with the tag that you already added.

Code List:

<br> Line braker
<li>Listed text</li>
<code>Codded text</code>
<mark>Marked text</mark>
<b>Bold text</b>
<i>Italic text</i>
<u>Underscore text</u>
<a href="www.google.com">Link text</a>

## ⛏️ Built Using

✍️ Authors