This project is a less module angular project was made for practice
The angular version is 16.2.2.
This application is applying a new form that some people recommend to work with angular, this application is really different because it works only with standalone components.
This application use rick and morty API just for get data and works with it.
If you want to use this application you need to follow the next steps to run it:
-
change the name file from environment.ts to environment.development.ts
-
add in that file the next line baseUrl
--> https://rickandmortyapi.com/api
<--
If you like this app, you can give me a star in this repository, thanks!