An open API service indexing awesome lists of open source software.

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.

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
[![React](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)](https://reactjs.org/)
[![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
[![Redux](https://img.shields.io/badge/Redux-593D88?style=for-the-badge&logo=redux&logoColor=white)](https://redux.js.org/)
[![MaterialUi](https://img.shields.io/badge/Material%20UI-007FFF?style=for-the-badge&logo=mui&logoColor=white)](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 |