- Clone this repository
- You will need Node.js installed on your machine. If you do not have it, you can download it here.
cd oscar-checklist
- Run
npm install
- Run
npm run dev
- Open localhost:5173 in your browser
This is a simple checklist app that allows users to check off movies they have seen that were nominated for an Oscar. Your watched movies are saved in local storage, so you can come back to the site and see what you have left to watch.