Skip to content

SebasG25/MoviesApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of contents

General info

This project is about consuming an external movies' API and make the frontend to visualize the movies and its information

Technologies

Project is created with:

  • ReactJS version: 17.0.2
  • React Router version: 6.2.2
  • React Icons library version: 4.3.1
  • React Infinite Scroll library version: 6.1.0

Setup

To run this project, install it locally using npm:

$ cd /moviesapp
$ npm install
$ npm start