https://github.com/dylanbuchi/big-movies
A web app project that allows users to register, log in, browse, search, watch trailers, add movies to watchlists and favorites, as well as read actors' bios. Built with React.js, TypeScript, Redux, Material-UI and the TMDB API.
https://github.com/dylanbuchi/big-movies
muiv5 react redux typescript
Last synced: 2 months ago
JSON representation
A web app project that allows users to register, log in, browse, search, watch trailers, add movies to watchlists and favorites, as well as read actors' bios. Built with React.js, TypeScript, Redux, Material-UI and the TMDB API.
- Host: GitHub
- URL: https://github.com/dylanbuchi/big-movies
- Owner: dylanbuchi
- Created: 2022-06-01T13:21:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-10T12:53:14.000Z (over 2 years ago)
- Last Synced: 2025-01-03T18:21:38.067Z (4 months ago)
- Topics: muiv5, react, redux, typescript
- Language: TypeScript
- Homepage: https://big-movies.netlify.app/
- Size: 870 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Big Movies
This movies web app allows users to register, log in, browse, search, watch trailers, add movies to watchlists and favorites, as well as read actors' bios.
## Built with
[](https://reactjs.org/)
[](https://www.typescriptlang.org/)
[](https://redux.js.org/)
[](https://mui.com/)---
### Demo: https://big-movies.netlify.app/
---
# ⌨️ Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :-------------- | :--------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm start` | Starts local dev server at `localhost:3000` |
| `npm run build` | Build your production site |