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.
- Host: GitHub
- URL: https://github.com/gesielrosa/rick-and-morty-portal
- Owner: gesielrosa
- Created: 2023-01-20T19:21:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-21T18:22:28.000Z (over 2 years ago)
- Last Synced: 2025-02-12T12:52:17.936Z (3 months ago)
- Topics: angular, apexcharts, bootstrap, nebular, nx-workspace, rick-and-morty-api
- Language: TypeScript
- Homepage: https://rick-and-morty-portal.netlify.app/
- Size: 669 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!