You want to watch a movie together with friends, but the selection takes forever again? Movie Night takes the hassle out of scrolling through the app and suggests movies at random and also provides relevant information.
Here you can view and test the app:
The app is currently only supported as a mobile version.
In the project directory, you can run:
npm start
Runs the server in production mode and serve production bundle from npm run build
npm run client:dev
Runs the app in development mode. Open http://localhost:3000 (default PORT) to view it in the browser. The page will automatically reload if you make changes to the code. You will see the build errors and lint warnings in the console.
npm run server:dev
Runs the server in development mode.
npm run build
Builds the app for production to the dist 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.
The project requires an .env file with the following content:
THE_MOVIE_DB_KEY=
PORT=
The API key can be generated here after logging in: themoviedb.org
You can choose the port yourself.
React
- JavaScript
- React
- React Hooks
- React Router
- TypeScript
- Node.js
- Express
- Storybook
- Heroku
- Adobe XD