Skip to content

JuniorFrontendAcademy/program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Program

// TODO: Describe what this is and why it exists.

Intro

Source Control and Git

Pet Store - Vanilla JS

  • Fork this repo: https://github.com/JuniorFrontendAcademy/pet-store
  • Create a branch named vanillajs
  • Read README.md
  • Contain your vanilla js implementation to the pet-store-vanilla-js directory
  • Read pet-store-vanilla-js/README.md
  • ??? (R)
  • ??? (M)
  • ??? (E)
  • Implement the Pet Store project
  • Create a pull request from vanillajs to main
  • Complete review / feedback loop

Learning React & TypeScript

Pet Store - React (with hooks)

  • Create a branch named react-hooks from main
  • Contain your implementation to the pet-store-react-hooks directory
  • Read pet-store-react-hooks/README.md
  • Implement the Pet Store project using React with hooks
    • List of pets
    • Create a pull request from react-hooks to main
    • Complete review / feedback loop
    • Do the same with
      • Delete a pet
      • Add / Edit pet

Testing preparation

Pet Store - Testing with Jest & RTL

  • Create a branch named react-hooks-tests from main
  • Compile a list of tests for the "List of pets" part of the application
  • Create a pull request from react-hooks-tests to main
  • Implement the tests
  • Do the same with
    • Delete a pet
    • Add / Edit pet

Learning Redux and Redux Toolkit

Pet Store - React & Redux

  • Create a branch named react-hooks-redux from main
  • Contain your implementation to the pet-store-react-hooks-redux directory
  • Read pet-store-react-hooks-redux/README.md
  • Implement the Pet Store project using React and Redux
    • List of pets
    • Create a pull request from react-hooks-redux to main
    • Complete review / feedback loop
    • Do the same with
      • Delete a pet
      • Add / Edit pet

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published