https://github.com/prasathmani/rick-and-morty
Rick and Morty API - React js
https://github.com/prasathmani/rick-and-morty
rick-and-morty
Last synced: 6 months ago
JSON representation
Rick and Morty API - React js
- Host: GitHub
- URL: https://github.com/prasathmani/rick-and-morty
- Owner: prasathmani
- License: mit
- Created: 2020-07-09T00:52:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-10T10:24:51.000Z (almost 2 years ago)
- Last Synced: 2025-04-11T12:51:47.060Z (6 months ago)
- Topics: rick-and-morty
- Language: JavaScript
- Homepage: https://rick-morty-demo.netlify.app
- Size: 1.67 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rick and Morty Content
In the home page of our application, we want to see a list of all the locations, you can get them here
When you click over the location, without changing our current URL, we should be able to see all the characters dead or alive for that specific location.
Remember it's important to show the images and some brief information for each character.
When you click on one of the character names you should be redirected to the character page. Here we are going to show as much information we can get for each character
### `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.### `npm test`
Launches the test runner in the interactive watch mode.
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.### `npm run build`
Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.
Your app is ready to be deployed!