An open API service indexing awesome lists of open source software.

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.

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).

![Rick And Morty Character Search Demo](demo-image.jpg 'Rick And Morty Character Search Demo')

## 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.