/WatchMe

This project is a challenge from Rocketseat's Ignite course, to train on what I've learned so far with ReactJS This will be an application where the main objective is to refactor a page to list movies according to genre. This project uses JSON Server to simulate an API that has information about genres and movies.

Primary LanguageTypeScriptMIT LicenseMIT

WatchMe

🤔 About the project

This project is a challenge from Rocketseat's Ignite course, to train on what I've learned so far with ReactJS

This will be an application where the main objective is to refactor a page to list movies according to genre.

This project uses JSON Server to simulate an API that has information about genres and movies.


🧪 Technologies used

React js JSON server TypeScript

🔥 How to run the project

Clone the project and access the project folder.

$ git clone https://github.com/PabloFerrari013/WatchMe
$ cd WatchMe

To start it, follow the steps below:

# Install as dependencies
$ yarn 

# To start JSON Server
$ yarn server

# Start the project
yarn dev

The app is available in your browser at http://localhost:8080/