Skip to content

This app shows the Rick and Morty characters list and detail using The Rick and Morty API. Made 100% with React, Typescript and love. Just for fun.

License

Notifications You must be signed in to change notification settings

sergiop/rick-and-morty-directory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rick and Morty Characters Directory

This app shows the Rick and Morty characters list and detail using The Rick and Morty API . Made 100% with React, Typescript and love. Just for fun.

You can play with a live demo here: https://rick-and-morty-directory.netlify.app/

Development

Prerequisites

  • Node: please install and use Node > v14 to run and build this app. Follow installation instructions on the Node website, or use NVM if you are running a *nix os.
  • Yarn: this app needs Yarn Classic in order to work. Globally install it following the instructions on the official website.

Quick start

  1. Install the project dependencies with yarn install.
  2. Start the application in development mode with yarn start.
  3. Open your browser at http://localhost:3000/
  4. Enjoy

Available commands

Command Description
yarn start Start the application in development mode on http://localhost:3000/.
yarn build Build the application to /build folder.
yarn lint Perform a code linting with eslint.
yarn test Launch Jest test runner in the interactive watch mode.

Notes

This project was bootstrapped with Create React App. You can learn more in the Create React App documentation.

About

This app shows the Rick and Morty characters list and detail using The Rick and Morty API. Made 100% with React, Typescript and love. Just for fun.

Topics

Resources

License

Stars

Watchers

Forks