Skip to content

Lucas-Melo0/Cineflex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cineflex

About the project

A single page application Tickets booking website where you can book and watch your favorite movie, made using data from an API provided by Driven.

Technologies used

React Visual Studio Code Git Axios CSS

See the project

Project Deploy

How to run

  1. Clone this repository
  2. Install dependencies
npm i
  1. Run the project with
npm start
  1. You can optionally build the project running
npm run build
  1. Finally access http://localhost:3000 on your favorite browser