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

https://github.com/twistedstack/react-rick-morty

React application that pulls data from https://rickandmortyapi.com
https://github.com/twistedstack/react-rick-morty

api bootstrap reactjs rick-and-morty sass

Last synced: 7 months ago
JSON representation

React application that pulls data from https://rickandmortyapi.com

Awesome Lists containing this project

README

          

# Rick & Morty React Mini Project

React application that pulls data from https://rickandmortyapi.com

## Screenshots

![App Screenshot](ss.png)

## Tech Stack

**Client:** React, SASS, Bootstrap

**Server:** Node

## Run Locally

Clone the project

```bash
git clone https://github.com/twistedstack/react-rick-morty.git
```

Go to the project directory

```bash
cd react-rick-morty
```

Install dependencies

```bash
npm install
```

Start the server

```bash
npm run start
```

## Badges

[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)