Skip to content

celso-rodrigo/whatToDo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whatToDo

A simple to-do list application.

Read in English 🇺🇸


About

I developed this application to practice React and Context API through an application that allows customization and storage of your tasks

You can:

  • Add tasks with or without given data
  • Edit tasks
  • Reorder tasks
  • Mark tasks as complete
  • Delete one or all tasks
  • Change site theme to light/dark mode

Installation guide

  1. Clone the repository

    git clone git@github.com:celso-rodrigo/whatToDo.git
  2. Open the repository folder

  3. Install NPM packages

    npm install
  4. Start the project

    npm start

Leia em português 🇧🇷


Sobre

O objetivo desse projeto é praticar React e Context API através de uma aplicação que permite customização e armazenamento das suas tarefas

Nela você pode:

  • Adicionar tarefas com ou sem data determinada
  • Editar tarefas
  • Editar tarefas
  • Marcar tarefas como concluídas
  • Apagar uma ou todas as tarefas
  • Mudar o tema do site para light/dark mode

Guia de instalação

  1. Clone o repositório

    git clone git@github.com:celso-rodrigo/whatToDo.git
  2. Abra a pasta do repositório

  3. Instale as dependências

    npm install
  4. Inicie o projetot

    npm start

Images


Project first gif Project second gif Project third gif