Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Practice React ToDo List Code Review #3

Open
wants to merge 42 commits into
base: dev
Choose a base branch
from
Open

Commits on May 2, 2022

  1. Configuration menu
    Copy the full SHA
    01cb891 View commit details
    Browse the repository at this point in the history
  2. updated Readme.md

    amrendrakind committed May 2, 2022
    Configuration menu
    Copy the full SHA
    6651a01 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Configuration menu
    Copy the full SHA
    5c3fc44 View commit details
    Browse the repository at this point in the history
  2. Setting up linters

    amrendrakind committed May 3, 2022
    Configuration menu
    Copy the full SHA
    d7d3d0c View commit details
    Browse the repository at this point in the history
  3. Fixing linters

    amrendrakind committed May 3, 2022
    Configuration menu
    Copy the full SHA
    9fd55d1 View commit details
    Browse the repository at this point in the history
  4. Add Todo Conatiner

    amrendrakind committed May 3, 2022
    Configuration menu
    Copy the full SHA
    0cf97be View commit details
    Browse the repository at this point in the history
  5. TodosList added

    amrendrakind committed May 3, 2022
    Configuration menu
    Copy the full SHA
    a11a1e3 View commit details
    Browse the repository at this point in the history
  6. TodoItem added

    amrendrakind committed May 3, 2022
    Configuration menu
    Copy the full SHA
    9c85c12 View commit details
    Browse the repository at this point in the history
  7. Header added

    amrendrakind committed May 3, 2022
    Configuration menu
    Copy the full SHA
    05c326f View commit details
    Browse the repository at this point in the history
  8. Linter error fixed

    amrendrakind committed May 3, 2022
    Configuration menu
    Copy the full SHA
    1ae8472 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    153feb1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0b700d3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6a8d652 View commit details
    Browse the repository at this point in the history
  12. Delete button added

    amrendrakind committed May 3, 2022
    Configuration menu
    Copy the full SHA
    e8acfc9 View commit details
    Browse the repository at this point in the history
  13. gh-pages added

    amrendrakind committed May 3, 2022
    Configuration menu
    Copy the full SHA
    916b77f View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Add InputTodo

    amrendrakind committed May 4, 2022
    Configuration menu
    Copy the full SHA
    527ca84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f513006 View commit details
    Browse the repository at this point in the history
  3. Add InputTodo completed

    amrendrakind committed May 4, 2022
    Configuration menu
    Copy the full SHA
    d85ba43 View commit details
    Browse the repository at this point in the history
  4. Updated InputTodo

    amrendrakind committed May 4, 2022
    Configuration menu
    Copy the full SHA
    1f3cec3 View commit details
    Browse the repository at this point in the history
  5. Updated App.css

    amrendrakind committed May 4, 2022
    Configuration menu
    Copy the full SHA
    60ad0da View commit details
    Browse the repository at this point in the history
  6. Updated App.css

    amrendrakind committed May 4, 2022
    Configuration menu
    Copy the full SHA
    4c5178d View commit details
    Browse the repository at this point in the history
  7. Add TodoItem.module.css

    amrendrakind committed May 4, 2022
    Configuration menu
    Copy the full SHA
    6e5e235 View commit details
    Browse the repository at this point in the history
  8. Add styling

    amrendrakind committed May 4, 2022
    Configuration menu
    Copy the full SHA
    d4f6f3c View commit details
    Browse the repository at this point in the history
  9. Add styling

    amrendrakind committed May 4, 2022
    Configuration menu
    Copy the full SHA
    472426b View commit details
    Browse the repository at this point in the history
  10. Linter Error fixed

    amrendrakind committed May 4, 2022
    Configuration menu
    Copy the full SHA
    270da91 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f569680 View commit details
    Browse the repository at this point in the history
  12. Add key down events

    amrendrakind committed May 4, 2022
    Configuration menu
    Copy the full SHA
    61b9c72 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    540cb90 View commit details
    Browse the repository at this point in the history
  14. Add Router set up

    amrendrakind committed May 4, 2022
    Configuration menu
    Copy the full SHA
    5b07d3b View commit details
    Browse the repository at this point in the history
  15. Update Router set up

    amrendrakind committed May 4, 2022
    Configuration menu
    Copy the full SHA
    194687b View commit details
    Browse the repository at this point in the history
  16. Update Navbar.js

    amrendrakind committed May 4, 2022
    Configuration menu
    Copy the full SHA
    887bd45 View commit details
    Browse the repository at this point in the history
  17. Add SinglePage.js

    amrendrakind committed May 4, 2022
    Configuration menu
    Copy the full SHA
    79016fb View commit details
    Browse the repository at this point in the history
  18. Add Hamburger Menu

    amrendrakind committed May 4, 2022
    Configuration menu
    Copy the full SHA
    e42e387 View commit details
    Browse the repository at this point in the history
  19. Linter error fixed

    amrendrakind committed May 4, 2022
    Configuration menu
    Copy the full SHA
    828f42b View commit details
    Browse the repository at this point in the history
  20. Add Delete todo

    amrendrakind committed May 4, 2022
    Configuration menu
    Copy the full SHA
    e78462b View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Configuration menu
    Copy the full SHA
    d5e9eb5 View commit details
    Browse the repository at this point in the history
  2. Update Readme.md

    amrendrakind committed May 5, 2022
    Configuration menu
    Copy the full SHA
    a31465d View commit details
    Browse the repository at this point in the history
  3. Update Readme.md

    amrendrakind committed May 5, 2022
    Configuration menu
    Copy the full SHA
    d99e135 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Merge pull request #1 from amrendrakind/todo

    ToDoApp: React JS
    amrendrakind committed May 9, 2022
    Configuration menu
    Copy the full SHA
    b749dcb View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    0c6cc61 View commit details
    Browse the repository at this point in the history
  2. Update Header.js

    amrendrakind committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    5de7cc8 View commit details
    Browse the repository at this point in the history
  3. Add header css

    amrendrakind committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    db4cbde View commit details
    Browse the repository at this point in the history