marti-gutierrez / toDoList-React

To-Do application with react, It's a list of what you have pending to do.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React: Todo-list

ToDo-list is an application, creates in react, that allows us to organize what we've pending to do.

The list helps us to see what we'll have to do and what we've already finished.

Table of Contents

Demo

you can see ➡️ github-pages

Features

  • Create new task (only a brief description of the task is allowed, no dates are included yet).

  • mark a task as completed.

  • Delete a task

note: all these features are stored in the browser's local storage

Installation step

  1. clone this repository or download for zip:

git clone https://github.com/marti-gutierrez/toDoList-React.git

  1. go the repository and run the vite develpment command:

cd toDoList-React && npm run dev

The Process

Built width

Technologies used in the project:

  • React 18.2.0
  • vite
  • Tailwind CSS

Structure

Author

it was created by me 👍🏽. (with help of platzi and fazt)

About

To-Do application with react, It's a list of what you have pending to do.


Languages

Language:JavaScript 91.9%Language:Shell 4.1%Language:HTML 2.8%Language:CSS 1.3%