Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erikbernard/movie-challenge
https://github.com/erikbernard/movie-challenge
acessibility react styled-components typescript
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/erikbernard/movie-challenge
- Owner: erikbernard
- Created: 2022-05-31T04:25:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-31T18:24:21.000Z (over 2 years ago)
- Last Synced: 2023-03-08T19:02:13.120Z (over 1 year ago)
- Topics: acessibility, react, styled-components, typescript
- Language: TypeScript
- Homepage: https://movie-challenge-gilt.vercel.app/
- Size: 3.23 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Movie Challenge
## 📋 summary
## 📋 Deploy
- [Visit app](https://movie-challenge-gilt.vercel.app/#/)
## ✨ Technology
This project was developed with the following technologies:
- [React](https://reactjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Nodejs](https://nodejs.org/en/)
- [Styled-Components](https://styled-components.com/)
- [Visual studio code](https://code.visualstudio.com/)
## 💻 About the project
The project consists of showing a catalog of films, providing a good user experience, allowing the listing of films organized into different categories (genres), performing searches by title and viewing detailed information about a film (ex: synopsis, year, duration, cast, etc.). Using [The Movie DB API](https://www.themoviedb.org/documentation/api)
## 🛠️ Functionalities
- list movies
- Search by movie names
- view movie details
- Among many other amazing things!
## 🔖 Layout
## 🚀 How to Use
```
- Clone this repository:
$ git clone https://github.com/erikbernard/movie-challenge.git
- Enter in directory:
$ cd DevQuiz
- For install dependencies:
$ npm Install
- Run the app:
$ npm start
```
---