This project was designed to learn new technologies and practices in the React js development environment.
DEMO
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.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Node 14
Yarn 1.22
Git bash 2.32
Visual Studio Code
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
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>
- React - Web framework
- @AntonioGally - Project development
- Nada Ishtewi - Project design