https://github.com/agusscript/movies-info
Brings a list of movies from an external api
https://github.com/agusscript/movies-info
api front-end react typescript
Last synced: 10 days ago
JSON representation
Brings a list of movies from an external api
- Host: GitHub
- URL: https://github.com/agusscript/movies-info
- Owner: agusscript
- Created: 2023-07-23T22:04:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-09T16:53:39.000Z (over 2 years ago)
- Last Synced: 2025-06-13T21:06:26.947Z (11 months ago)
- Topics: api, front-end, react, typescript
- Language: TypeScript
- Homepage: https://movies-info-six.vercel.app/
- Size: 1.21 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Movies Info
Movies App is a web application built with React and TypeScript. The app consumes data from an external API to show information about movies.
Here are some of the features of the app:
- Uses React and TypeScript to build a modern and responsive UI
- Consumes data from an external API to show movie information
- Has a search bar to find movies by title
- Allows users to view movie details, including title, poster image, release date, rating, and synopsis
- Routes management with react-router-dom library
## Desktop view
- Home

- Search

- Details

## Mobile view
- Home

- Details

## Link
- [Live site](https://movies-info-six.vercel.app/)
## Built with
## Run the project locally
Clone the project
```bash
git clone https://github.com/agusscript/movies-info.git
```
Go to the project directory
```bash
cd movies-info
```
Install dependencies
```bash
npm install
```
Start the local server
```bash
npm run dev
```