Skip to content

Henry's rick and morty integrative project by Joao Bone

Notifications You must be signed in to change notification settings

peterjbone/rick_and_morty-ft45a

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rick and Morty app 👾

By: Joao Bone 🗿

HOW TO PASS THE LOGIN 🛑

1) Enter credentials

Email: example@gmail.com

Password: 123456

2) Altering the App.jsx file

From this:

useEffect(() => {
  !access && navigate("/");
  /* 	!access && navigate("/home") */

  if (path !== "/" && path !== "/home" && path !== "about") {
    navigate("/notFound");
  }
}, [access]);

To this:

useEffect(() => {
  /*  !access && navigate("/") */
  !access && navigate("/home");

  if (path !== "/" && path !== "/home" && path !== "about") {
    navigate("/notFound");
  }
}, [access]);

CAPTURES OF THE APP 👇

Login 🚪

New login

Home: Adding cards 🃏

Home

Responsive Navigation Bar 🚀

Responsive navbar

Favorites: Filter and Sort 🌟

Favorites

Not found page ❌

Not found page

About

Henry's rick and morty integrative project by Joao Bone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published