https://github.com/georgewpark/rick-and-morty-character-search
This project demonstrates how React can be used to display character information fetched from the Rick And Morty API.
https://github.com/georgewpark/rick-and-morty-character-search
accordion fetch-api javascript react rick-and-morty typescript
Last synced: 3 months ago
JSON representation
This project demonstrates how React can be used to display character information fetched from the Rick And Morty API.
- Host: GitHub
- URL: https://github.com/georgewpark/rick-and-morty-character-search
- Owner: georgewpark
- License: mit
- Created: 2019-02-07T15:28:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-27T17:29:29.000Z (4 months ago)
- Last Synced: 2025-01-27T18:37:24.252Z (4 months ago)
- Topics: accordion, fetch-api, javascript, react, rick-and-morty, typescript
- Language: TypeScript
- Homepage: https://cdpn.io/erPRKg
- Size: 1.21 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Rick And Morty Character Search
This project demonstrates how React and the fetch API can be used to retrieve and display character information fetched from the [Rick And Morty API](https://rickandmortyapi.com).

## Live Demo
A live demo is available on [CodePen](https://codepen.io/GeorgePark/full/erPRKg) and [Netlify](https://rick-and-morty-character-search.netlify.app/).
## License
This project is licensed under the MIT License - see the [license.md](license.md) file for details.
## Project Setup
From the root directory, install project dependencies by running `npm install` from the terminal.
Build the files and start the local dev server by running `npm run dev` from the terminal. This should open the dev site automatically at http://localhost:3000/.
You can build the files without starting the dev server by running `npm run build` from the terminal to compile the development build or `npm run prod` to compile the production build.