GustavoMatsunaga / ToDoListReact

The application was developed with React and Javascript. I made a CRUD (Create, read, update and delete) application in order to maintain my daily routines organized. Different from the other application built to be a To-Do-List, this one have some different features.

Home Page:https://gustavomatsunaga.github.io/ToDoListReact/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome! πŸ‘‹

Language count badge Code size badge Code last commit

Since I'm an organized person, I like to always know what I need to do in the day so I created this To-Do-List to help me with my daily routines. This To-Do-List was a bit different from the other one that was made with only Vanilla JS. This application was made using React, CSS and Javascript.
You can checkout the demo here : To Do List

Challenges! πŸ“Œ

The application was developed with React and Javascript. I made a CRUD (Create, read, update and delete) application in order to maintain my daily routines organized. Different from the other application built to be a To-Do-List, this one have some different features.

New Features! Let's have fun! πŸš€

  • Change the taskes bettween completed and uncompleted.
  • Filter the taskes.
  • The taskes are stored in a local storage.

Technologies! πŸ’»

  • REACT
  • HTML
  • CSS
  • JAVASCRIPT

Web Model

Gif preview for the desktop Color Mark

Desktop

Gif preview for the desktop Color Mark

How to run the Project ! πŸ’‘

In the project directory, you can run:

Clone Repository

git clone https://github.com/GustavoMatsunaga/ToDoListReact

Enter the directory πŸ“‚

cd ToDoListReact

Download dependecies

npm install

Run Server

npm start

Browser

Enter in the browser :

https://localhost:3000/

Credits 🌟

Designed by Gustavo Matsunaga! :octocat:

πŸ’Ž Linkedin

About

The application was developed with React and Javascript. I made a CRUD (Create, read, update and delete) application in order to maintain my daily routines organized. Different from the other application built to be a To-Do-List, this one have some different features.

https://gustavomatsunaga.github.io/ToDoListReact/


Languages

Language:JavaScript 67.0%Language:CSS 18.8%Language:HTML 14.2%