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

https://github.com/gesielrosa/rick-and-morty-portal

🔫 This is a simple web app that uses the Rick and Morty API to display characters, episodes and locations.
https://github.com/gesielrosa/rick-and-morty-portal

angular apexcharts bootstrap nebular nx-workspace rick-and-morty-api

Last synced: 25 days ago
JSON representation

🔫 This is a simple web app that uses the Rick and Morty API to display characters, episodes and locations.

Awesome Lists containing this project

README

        

# Rick and Morty Portal

This is a simple web app that uses the Rick and Morty API to display characters, episodes and locations.

## Demo

[https://rick-and-morty-portal.netlify.app/](https://rick-and-morty-portal.netlify.app/)

## Technologies

- [Angular 15](https://angular.io/)
- [NX](https://nx.dev/)
- [Nebular](https://akveo.github.io/nebular/)
- [Bootstrap](https://getbootstrap.com/)
- [ApexCharts](https://apexcharts.com/)
- [RxJS](https://rxjs.dev/)

## Installation

Clone the repository and install the dependencies.

```bash
git clone
cd rick-and-morty-portal
npm install --legacy-peer-deps
```

## Usage

### Development

Start the development server.

```bash
npm run start:client
```

Server will be running on http://localhost:4200

### Production

Build the app for production.

```bash
npm run build:client
```

Distribution files will be generated in the `dist` folder.

## Testing

Unit tests and e2e tests are not available yet.

## Contact

Created by [@gesielrosa](https://github.com/gesielrosa) - feel free to contact me!