This is a sample project that uses Angular to display information about the "Rick and Morty" TV series. The project utilizes the public Rick and Morty API.
- List of "Rick and Morty" characters.
- Character details, including status, species, gender, and more..
- Infinity Scroll.
- Add or Remove from Favorites.
- Node.js installed on your system.
- Angular CLI installed globally.
Follow these steps to install and run the application:
-
Clone the repository:
git clone https://github.com/Aanttrax/RickAndMorty-Angular.git
-
Navigate to the project directory:
cd RickAndMorty-Angular
-
Install the dependencies:
npm install
-
Start the application:
ng serve
-
Open your browser and go to http://localhost:4200/.
Once the application is up and running, you can do the following:
- Browse the list of "Rick and Morty" characters.
- Click on a character to view more details.
- Add to Favorites.
- Remove from Favorites.
- Infinity Scroll.
If you want to contribute to this project, feel free to open issues and submit pull requests.
You can contact the project author at [email protected] or [email protected]
Enjoy exploring the "Rick and Morty" universe!