/todoRR

A to-do project using new syntax of React and Redux and applying scss

Primary LanguageJavaScript

A To-do React program using the basics of Redux and local storage

This App have 2 styles.

If you want to change the main style, go to the main Index.js and change the import (Being style the non responsive and style2 the responsive one).

This To-do application have 3 main functions

  • Add To-do
  • Toggle To-do (Toggle by the user when it's completed with a visual indication).
  • Delete a To-do that have been done.

Essa aplicação possui 2 arquivos de estilo (Scss)

Se desejar trocar o estilo, vá até o Index.js principal e mude o import. (Com o styles.scss sendo o estilo não responsivo e o styles2.scss sendo o estilo responsivo).

Essa aplicação possui 3 funções.

  • Adiciona algo a ser feito.
  • Muda o estado de feito/por fazer (Utilizando uma indicação visual).
  • Deleta algo que foi marcado como feito.

The non responsive style.

responsive Css

The Responsive style.

responsive Css

responsive Css Mobile

responsive Css Mobile 2