Skip to content

App that utilizes themoviedb.org's API to showcase movies and their details. Features fetching popular movies, rendering movie specifics, and managing image URLs. Designed with a focus on responsiveness and accessibility. Enhancements include error handling, loading states, and dynamic movie lists

Notifications You must be signed in to change notification settings

pernillasterner/technigo-project-movies-vite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Site Project

Replace this readme with your own information about your project.

Start by briefly describing the assignment in a sentence or two. Keep it short and to the point.

Getting Started with the Project

Dependency Installation & Startup Development Server

Once cloned, navigate to the project's root directory and this project uses npm (Node Package Manager) to manage its dependencies.

The command below is a combination of installing dependencies, opening up the project on VS Code and it will run a development server on your terminal.

npm i && code . && npm run dev

The Problem

Development Process:

I set up the basic project structure, implemented routing using React Router, and created placeholder components for each page. I used Git for version control and implemented loading spinners and error messages to provide a better experience for the users during data fetching.

View it live

Movie Site App

Instructions

See instructions of this project

About

App that utilizes themoviedb.org's API to showcase movies and their details. Features fetching popular movies, rendering movie specifics, and managing image URLs. Designed with a focus on responsiveness and accessibility. Enhancements include error handling, loading states, and dynamic movie lists

Topics

Resources

Stars

Watchers

Forks

Languages

  • JavaScript 63.2%
  • SCSS 35.6%
  • HTML 1.2%