Skip to content

Todo list React - responsive to-do list with the ability to delete, add, hide, search and download tasks.

Notifications You must be signed in to change notification settings

dominikblak/Todo-list-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📋 Todo list in React.js

🚀 Demo

Todo-list-React

✏ Description

To-do list

  • responsive to-do list with the ability to delete, add, hide, search and download tasks,

demo_todo_list

ℹ Instruction

  1. Enter the content of the task you want to add in the "Co jest to zrobienia" field,
  2. Then using the "Dodaj zadanie" button will add a task and save it to the cache.
  3. Green button next to the task content - it is used to complete the task.
  4. Red button next to the task content - it is used to delete the task.
  5. "Ukryj ukończone" button - it is used to hide completed tasks from the list.
  6. "Ukończ wszytskie" button - is used to complete all tasks on the list.
  7. "Pobierz przykładowe zadania" button is used to download sample tasks from the cache. The example tasks replace the current task list.
  8. "Filtruj zadania" field - it is used to filter tasks on the list.

🧰 Technology

  • HTML
  • CSS
  • Styled-components
  • Grid
  • JavaScript
  • BEM
  • GithubPages
  • Media queries
  • Creat-react-app
  • React - Redux / Toolkit
  • Redux Saga
  • Immutability / Immer
  • Axios
  • Async/await
  • Babel
  • WebPack
  • JSX
  • Hooks / customHooks
  • ThemeProvider
  • JSON -LocalStorage

📚 Methodology

  • Immutability / Immer
  • GIT
👨‍💻 Author

Dominik Blak

How to reach me :
📧 bldominikak@gmail.com
👨‍💼 https://www.linkedin.com/in/dominik-blak-060416176/


🗃 Environment

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.