/aflam

Primary LanguageJavaScriptMIT LicenseMIT

Aflam - Movie App

GitHub repo size Twitter Follow GitHub stars GitHub forks

A simple react movie app using OMDb API to fetch data and return a movie or series based on user input.

Preview

Preview screenshot

Prerequisites

Getting Started

Create react-app using vite:

npm create vite@latest aflam-app --template React
cd aflam-app

Install packages and dependencies:

npm i or npm install

Run server:

npm run dev

License

This project is licensed under the MIT License - see the LICENSE file for details