Movie App - SvelteKit
This project was done in 2023.
A simple movie search app using a movie database API. I followed a tutorial video to implement a demo site using Svelte and SvelteKit.
Features
- User can search using keywords
- The movie details page fetches more information via API call
- Animations were used for moving pages and the search bar to provide smooth transitions.
- The app is accessible and can be navigated using only the keyboard
Deployment
- Used Vercel to deploy the project
- Everytime the repo gets updated on Github, Vercel updates the page