Skip to content

felizardo27/movieScore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Score

movieScore.mp4

Description:

The movieScore is a project that allows the creation of movie cards with scores. It has a form where it is possible to add the following fields: movie title, movie score, movie image URL, and movie genre.

Features

  • Add a new movie card with title, score, image URL and genre
  • View the list of added movie cards
  • Edit an existing movie card
  • Delete an existing movie card

Technologies used

  • HTML
  • CSS
  • JAVASCRIPT
  • REACT

How to run the project

  1. Download or clone the project repository
  2. Open the terminal in the project root folder
  3. Run the following command to install the project dependencies:
npm install
  1. Run the following command to start the project:
npm run dev
  1. Open your browser and access the address http://localhost:5173 to see the project running.