Skip to content

adriangube/react-ghibli-films-selector

Repository files navigation

Studio Ghibli films selector

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.


Demo

If you want to see the website, you can do it here.


Start local

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

npm start


Test

It's posible to launch the test a single time with:

npm test

Or in watch mode with:

npm run test:watch


Build

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.\

npm run build

About

A Studios Ghibli films selector made with React.js

Resources

Stars

Watchers

Forks