Projek Akhir Pemrograman Integratif, Kelompok 5, Kelas TI-A
Anggota Kelompok:
- 185150700111010 - Aditya Dwi Wicaksono
- 185150701111007 - Oceandra Audrey
- 185150707111003 - Fauzidan Iqbal Ghiffari
- 185150707111007 - Fathin Al Ghifari
- 185150707111008 - Azzamuddien Hanifa
Movie List is a simple web app that shows a list of Movies and The Details of a Specific Movie, this project was made with create-react-app
and some
other dependencies such as:
- Material-UI, for the UI Component Library
- StyledComponents, to directly style a component
- React-Router, to easily navigate through the site
- Axios, to make http request
- 👯 Clone this repo to your local machine using
after cloning this repo, don't forget to install all of the dependencies using
git clone https://github.com/adityaiwd/movie-list_pemin-final-project.git
npm install
- Rename the
.env.sample
file to.env
- Inside the
.env
you should pass in your theMovieDB API Key to the REACT_APP_API.
REACT_APP_API=<your api key>
- run it on your local server using
npm start