Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soloalex1/lista-filmes
A movie list application using data from TMDB public API.
https://github.com/soloalex1/lista-filmes
hacktoberfest js react tmdb-api zustand
Last synced: about 2 months ago
JSON representation
A movie list application using data from TMDB public API.
- Host: GitHub
- URL: https://github.com/soloalex1/lista-filmes
- Owner: soloalex1
- Created: 2021-06-01T17:05:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-28T01:25:13.000Z (8 months ago)
- Last Synced: 2024-05-28T08:34:56.056Z (8 months ago)
- Topics: hacktoberfest, js, react, tmdb-api, zustand
- Language: TypeScript
- Homepage: https://lista-filmes-alpha.vercel.app/
- Size: 686 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Movie List
This is a simple movie list visualization web app that allows the user to search for movies and read their details, such as cast, director, trailers and synopsis. I've submitted the first version for a junior front-end developer application @ Agenda Edu, in late 2021 (I've landed the job :D).
## Requirements
- Node v18.14.0
- Yarn v 1.22.19## Running the project
### `yarn dev`
Runs the app in the development mode.
Open [http://localhost:5173](http://localhost:5173) to view it in the browser.### `yarn build`
Runs all TypeScript checks and 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.