Skip to content

Todo List created by using React.js and redux. You can add tasks, mark as done, remove tasks or even fetch example tasks

Notifications You must be signed in to change notification settings

AdrianJar/Todo-list-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo List in React

Description:

📂 To Do List - Lista zadań

This is a To Do List project.

📑 Table of contents:

  1. 🎮 Demo
  2. 📖 Description
  3. 👀 Preview
  4. 🛠 Technologies

🎮Demo

You can find a demo version of this project link here.

📖Description

Hello everyone, I’d like to show you my "To do list" application.

So „To do list" is a web application which allows you to write down any tasks which are necessary (more or less), important (more or less)etc. This list can remind you what you had to do and after all you can simply mark them done or press one button to remove it from list. After update there are 2 more buttons which appear after task list has at least 1 task. First button marks all tasks done and second one hides done tasks. After another update there is added navigation with 2 sites: Tasks and About author. Another change is that there is now 3rd button which allows you to fetch example tasks to tasklist. While tasks are being fetched text is changed and disabled to "Ładowanie..." so that you can see that there is something going on.

My web applications contains of 8 buttons which are responsible for:

  • "Zadania" it main site for " To do List".
  • "O autorze" it's page about author. Small introduction nothing special.
  • "Pobierz przykładowe zadnia" this button if fetching example tasks to task list.
  • "Dodaj zadanie" is responsible for addint task which you want to add.
  • ✅ button is responsible for marking tasks you’ve done by adding special text styles.
  • 🗑️ button on red background is responsible for deleting tasks wether it was finished or you don’t want it to be there.
  • "Ukryj ukończone" hides all tasks which are marked done.
  • "Ukończ wszystkie" allows you to mark all tasks done by one click. This web APP is a part of my Frontend Dev course in which I participate.

👀Preview

  1. Navigation

Navigation

  1. Add tasks

AddTasks

  1. Mark done tasks

MarkDone

  1. Hide done tasks

HideDone

  1. Remove tasks

RemoveTasks

  1. Fetch example tasks

FetchExampleTasks

  1. Search and details of tasks

SearchAndDetails

  1. Tasks not found

TasksNotFound

🛠Technologies

  • HTML
  • CSS
  • JavaScript
  • Flex
  • Grid
  • BEM
  • Markdown
  • Node.js
  • React
  • Styled-components
  • create-react-app
  • React Hooks (custom hooks)
  • React Redux
  • React Redux-Toolkit
  • React Redux-Saga
  • React Router

Getting Started with Create React App

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 your browser.

The page will reload when you make changes.
You may 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.

npm run eject

Note: this is a one-way operation. Once you eject, you can't go back!

If you aren't satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.

You don't have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.

About

Todo List created by using React.js and redux. You can add tasks, mark as done, remove tasks or even fetch example tasks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published