Skip to content

Sample App for discover, search & filter movies using the https://developers.themoviedb.org/ Public API

Notifications You must be signed in to change notification settings

arkson/movie-spot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Movie Spot

This project was bootstrapped with Create React App. I used also the library Axios to fetch data from the API just by personal choice since I have been using it in the browser and in Node but could have also used native fetch API of the browser. I completed the requested requirements but I think some improvements can be made in the UI and the code to deliver a better user experience.

Any questions or comments, please let me know

Instructions

Create .env file in the root folder with the following variables:

Or simply replace those values in the config object located at '/src/config/config.js'

In the project directory, you can run:

npm install

npm start

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

npm run 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.
Your app is ready to be deployed!

Demo

Open [https://movie-spot.netlify.app]

About

Sample App for discover, search & filter movies using the https://developers.themoviedb.org/ Public API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published