https://github.com/leandrols/rick-portal-gun
A site about Ricky And Morty
https://github.com/leandrols/rick-portal-gun
javascript react rick-and-morty rickandmortyapi
Last synced: 5 months ago
JSON representation
A site about Ricky And Morty
- Host: GitHub
- URL: https://github.com/leandrols/rick-portal-gun
- Owner: LeandroLS
- Created: 2019-10-02T19:44:59.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T12:00:10.000Z (over 3 years ago)
- Last Synced: 2025-07-30T02:46:53.966Z (about 1 year ago)
- Topics: javascript, react, rick-and-morty, rickandmortyapi
- Language: JavaScript
- Homepage:
- Size: 17 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rick-portal-gun
A site which show some details about Ricky And Morty characters.
This site consumes the [The Rick And Morty API](https://rickandmortyapi.com/) to serve the characters info.
## Example

## How to run
### With npm
1. ```cd path/to/rick-portal-gun```
2. ```npm install```
3. ```npm start ```
4. On your browser: localhost:3000
### With Docker Compose
1. ```cd path/to/rick-portal-gun```
2. ```docker-compose up```
3. On your browser: localhost:3000
## Why ?
I've created this site because I had to practice my CSS, React and Docker skills, creating a site which serve content about one my favorite series was a good idea to achieve my goal xD