A simple, interactive web application built with Svelte that helps users discover movies to watch.
Before running this project, make sure you have:
git clone https://github.com/YOUR-USERNAME/movie-recommendation-app.git
Replace YOUR-USERNAME with your actual GitHub username.
cd movie-recommendation-app
npm install
npm run dev
The app will be running at: http://localhost:5173/
Open this URL in your web browser to use the app.
movie-recommendation-app/
āāā src/
ā āāā App.svelte # Main application component
ā āāā main.js # Application entry point
ā āāā app.css # Global styles
āāā public/ # Static assets
āāā package.json # Project dependencies
āāā vite.config.js # Vite configuration
āāā TOOLKIT.md # Learning documentation
āāā README.md # This file
To create a production-ready build:
npm run build
The built files will be in the dist/ folder.
To preview the production build locally:
npm run preview
For more information about the technologies used:
This project was created as part of a capstone assignment to learn a new technology using AI-assisted learning. For detailed documentation about the learning process, see TOOLKIT.md.
Lorraine Heho
Created: November 27, 2024
This project is open source and available for educational purposes.