Online at: https://movie-searcher-site.netlify.app
A little front-end for "The Open Movie Database"
Run with yarn start
, remember to yarn install
Built with:
- TailwindCSS
- TypeScript
- Create React App
- Jest There's a couple of simple tests to showcase how to do them, run them with
yarn test
- React Helmet
- React Query Handles data-fetching cache, very useful for pagination requests and the like!
- React Router
- Bonus Using Tailwind CSS with Create React App Tutorial to watch for changes on
tailwind.config.js
and automatically re-build
If you want to run this project remember to get an API key from omdbapi and add it to the configuration (src/config.ts
in master
)
This project has been deployed to netlify at movie-searcher-site.netlify.app, it uses AWS Lambda provided through Netlify's lambda functions for the API calls.
You can find the netlify
build files in the netlify
branch of this project.
This project was bootstrapped with Create React App.