/movie-titles

Basic application to list all films according to the genre.

Primary LanguageTypeScriptMIT LicenseMIT

movie-titles

Project developed with Rocketseat to learn more about components in React. This will be an application where its main objective is to list films according to the genre.

DEMO

Movie titles demo

🛠 Technologies

  • React JS
  • Typescript
  • Fake API with JSON Server
  • SASS

📕 Installation

# Clone this repository
$ git clone https://github.com/arianeborges/movie-titles.git

# Open the folder movie-titles
$ cd movie-titles

# Install the dependencies
$ npm install 

# Execute the application
$ npm run dev

# Execute the json api
$ npm run server

Open http://localhost:3000 to view it in the browser.