Skip to content

mikitaaB/rick_and_morty_chars_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run

Run the following commands in the root folder:

yarn
cd server && yarn
cd ../client && yarn
cd .. && yarn run dev

Open http://localhost:3000 to view it in the browser. Front-end on port 3000, Back-end on port 5000.

Deploy

Application deployed via Render service on https://rick-and-morty-front.onrender.com

Registered user credentials:

Branch 'master' only for local deployment.

Stack and resources

What to do

Create a frontend application to fetch an external API

  • Add a home page with a list of characters;
  • Add pagination;
  • Add dynamic routes for each API character - display the character’s details;
  • Add user info page if he is logged in;
  • Implement sign-in/sign-out/sign-up functionality
  • “Remember me” checkbox use local storage
  • Custom error page