Skip to content

Latest commit

 

History

History
106 lines (69 loc) · 3.22 KB

README.md

File metadata and controls

106 lines (69 loc) · 3.22 KB
Fetch Ghibli

 

Studio Ghibli Film Fetch

Github top language Github language count Repository size License Github issues

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


👁️‍🗨️ About

React project Fetches remote data about Films from the Studio Ghibli public API. Uses the Axios promise-based HTTP Client for node.js and the browser. Bootstrap styling including a react-bootstrap Modal that uses dynamic data. Handy page navigation using data and bootstrap. Fuzzy title search with advanced search tokens using the Fuse.js library.

✨ Features

✔️ Promise based remote data fetch
✔️ Lists all films in Studio Ghibli API
✔️ react-bootstrap dynamic Modal
✔️ Rotten Tomato score with dynamic icon
✔️ Advanced Fuzzy search

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/ajdavidson/fetch-ghibli

# Access
$ cd fetch-ghibli

# Install dependencies
$ http-server

# Run the project
$ Available on:
  http://127.0.0.1:8080
  http://localhost:8080

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by AJD

 

Back to top