Giter Club home page Giter Club logo

react-todo-app's Introduction

React Todo App

This TODO APP is built with React.

My Build Process

  1. Created all the basic parts of a todo app in the App.tsx file.
  2. No style added, just the markup.
  3. Added no functionality to the app.
  4. After setting up the basic layout, I started taking out chunks of the code with related functionality and put them in their own component files.
  5. I started adding the functionality to the components but didn't connect them to each-other.
  6. Enforced Type Safety.
  7. Added the ability to add new todos.
  8. Used Context and custom hook to make the todos available to all components, plus I can update the todos from any component within the context provider.
  9. I started adding functionality on todo items.
  10. I started updating application state on user interaction.
  11. Implemented data persistence using localStorage.
  12. Added styles using tailwind
  13. Add react router dom for routing between search, filter and creating todos.
  14. Added search and filter functionality.
  15. State became very complex, need to refactor.
  16. Fixed State issues.

Features

  • Add todo
  • Delete todo
  • Mark todo as complete/incomplete
  • Filter todos
  • Search todos
  • Snackbar Notification

react-todo-app's People

Contributors

r-shafi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.