Welcome to the Hack4Impact Fall 2025 application assessment! This project is a movie search application built with React, TypeScript, and Vite.
Your goal is to complete the functionality of this application. You have been provided with a set up codebase. Follow the instructions below to get started on the assessment. The document with more detailed instructions for the assessment is also linked here.
-
Install Dependencies:
npm install
-
Set up your Environment: You will need an API key from the OMDB API. Once you have your key, create a
.env
file in the root of the project and add your API key to it:VITE_OMDB_API_KEY=YOUR_API_KEY
-
Run the Development Server:
npm run dev
The application will be available at
http://localhost:5173
.
Good luck! We look forward to seeing your work.