This application is a Studio Ghibli films selector web application where you can see all the information of the movies filmed by the studio with all kinds of interesting details such as the director, producer, what characters show in the films, and much more.
Even if this application is a side project made for learning purposes and is not a production website, it was created following a Hexagonal Architecture (also known as ports and adapters) and counts with some unit testing and UI components testing.
This application uses the Studio Ghibli API backend, so all the credits for the API go to the creator.
If you have any recommendations or want to contribute, feel free to create a Pull Request.
If you want to see the website, you can do it here.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
It's posible to launch the test a single time with:
Or in watch mode with:
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.\