Application that allows you to search for movies by different filters, sign-up, create lists, add movies to the lists, add reviews and rate.
git clone [email protected]:Luise8/movie-app-frontend.git
cd movie-app-frontend
npm install
npm start
- This App requires the use of the following backend repository: https://github.com/Luise8/movie-app-backend
- Make sure to replace the env.example with an .env file with the corresponding variables.
- It is necessary to register in google recaptcha. If you don't want to use these services you should remove the script in the index.html and change the get and write data services to use the fetch-without-token folder functions