Skip to content

Hack4Impact-UMD/fall2025-application-assessment

Repository files navigation

Hack4Impact Fall 2025 Application Assessment

Welcome to the Hack4Impact Fall 2025 application assessment! This project is a movie search application built with React, TypeScript, and Vite.

Your Task

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.

Getting Started

  1. Install Dependencies:

    npm install
  2. 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
    
  3. 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.

About

Hack4Impact Fall 2025 Technical Assessment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published