Your own movie library to find what you want to watch!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
This project was developed with the goal of creating a simple web application to find movies to watch. You can search for the movie title, see the synopsis, and the rating for the movie.
It’s a very simple application, but the aim was training my knowledge in ReactJS. Also it’s amazing use your time to focus on creating something amazing!
This section list the frameworks and tools that was used to build this project:
This project was bootstrapped with Create React App.
In the project directory, you can run:
yarn startRuns the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
To run this project you’ll need only the npm, and you also can use yarn.
npm install -g yarn
git clone https://github.com/your_username_/Project-Name.git
npm install
App.js
const FEATURED_API = 'ENTER YOUR API';
const SEARCH_API = 'ENTER YOUR API';
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)Distributed under the MIT License. See LICENSE for more information.
Larissa Souto - Linkedin
Project Link: https://github.com/larissasouto/movies-app