Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 937 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 937 Bytes

React Todo App

Overview:

My next project, this is a simple Todo App written in React. The application offers the ability to add tasks, edit them, delete them and list completed tasks. In addition, Todo App allows users to sort tasks by alphabetical order, priority and most recent. The app also allows you to download your task list and import it later, so you don't lose your existing task list. For users' convenience, the site is available in two available themes: light and dark.

I used the following technologies to write the application:

  • React
  • React Hooks
  • SCSS
  • FontAwesome

Live Demo:

The demo is available at: https://piotr-kuras97.github.io/react-todo-app/

Updates:

  • 11.07.2033 - LocalStorage added.

Instalation:

  1. Clone Git repository https://github.com/Piotr-Kuras97/react-todo-app.git
  2. npm i or yarn- to download all dependencies
  3. npm start or yarn start - to start dev server