larissasouto.github.io

GitHub language count GitHub code size in bytes GitHub


Logo

Find Your Movie

Your own movie library to find what you want to watch!
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License
  5. Contact
  6. Acknowledgements

About The Project

Main screen

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!

Built With

This section list the frameworks and tools that was used to build this project:

Getting Started

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn start

Runs 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.

Prerequisites

To run this project you’ll need only the npm, and you also can use yarn.

Installation

  1. Get a free API Key at themoviedb.org
  2. Clone the repo
    git clone https://github.com/your_username_/Project-Name.git
    
  3. Install NPM packages
    npm install
    
  4. Enter your API in App.js
    const FEATURED_API = 'ENTER YOUR API';
    const SEARCH_API = 'ENTER YOUR API';
    

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Larissa Souto - Linkedin

Project Link: https://github.com/larissasouto/movies-app

Acknowledgements