Skip to content

LucasAnP/GoMovies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation


 

💻 Project - Go Movies

Go Movies was a challenge created by OTO and made by me.

🧑‍💻 Functionalities

  • Infinity scroll of movies with "Pull to refresh"
  • When pressing any card, navigate to a screen with more information about the movie
  • It's possible to favorite each movie that you like
  • You can see your favorite movies by pressing the "Star Button" in the bottom tab
  • You can delete each movie or delete them all in one time. (You can delete by pressing the button or dragging the card to the right)

🚀 Technologies used

Getting Started

You can download the RELEASE VERSION (APK) and use in your Android Device.

Or you can run the app, but must have installed npx to run expo projects.

Clone the project repository

https://github.com/LucasAnP/GoMovies

Access the project directory

cd GoMovies
and
cd app

Install the dependencies

yarn
  or
npm install

Start the APP

npx expo start

Run the app in devices

To run the project, you may have installed expo go app. You can scan the QR Code and start.

If you want, you can active USB Debugging at developer mode, plug a WSB cable and Press "A" Button to expo start the application on your device.

📄 License

MIT LICENSE

This is a challenge by OTO