Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/erikbernard/movie-challenge


https://github.com/erikbernard/movie-challenge

acessibility react styled-components typescript

Last synced: 6 days ago
JSON representation

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



Dev quiz
Dev quiz
Dev quiz
Dev quiz


## 🚀 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
```

---