Raal9410 / rick-and-morty-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rick and Morty Cards

Rick And Morty Cards is a web app based on it's own API, where you can navigate between all characters and by clicking their image you will see more precise information about it.

Installation

Download or clone the repository, go to the project directory and use the package manager npm to install all the app dependencies.

npm install

You can use yarn if you want to.

yarn install

Usage

After installing all dependencies run the next command on the bash to start the application con your browser.

npm start

or if using yarn

yarn start

The app will start on localhost:3000 automatically.

If you want, you can access to the depployed app here Rick And Morty Cards

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About


Languages

Language:JavaScript 91.4%Language:HTML 8.6%