Movie APP
An application used to fetch movies from themoviedb API built with React, JavaScript, and TailwindCSS.
This project is currently in development. Users can filter movies by category and keyword and see changes reflect immediately. A redesign overhaul is still a work in progress.!
Clone down this repository. You will need node
and yarn
installed globally on your machine.
Installation:
yarn
To Start Server:
yarn start
To Visit App:
localhost:3000/
This was a 2 week long project built during my front-end web development bootcamp at Re-coded. Project goals included using technologies learned up until this point and familiarizing myself with documentation for new features.
Originally I wanted to build an application that allowed users to fetch data from themoviedb API and filter them based on what they were interested in, such as 'category'. I started this process by using the create-react-app
boilerplate, then adding react-router-5.0
and tailwindcss
.