With hours to pass during the exam season, an examination invigilator can't help but think up things to make. These little apps however don't pass the time nor do they make clocks run faster. They just happened to get made as I got myself into apps thanks to LOVABLE.DEV. Each game has its own repo but the direct links to all three games can be found below:
The proctor is supposed to visit you - where are they right now? https://proctor-peek-a-boo.lovable.app/
There are 40 exam venues in this town - how you worked in enough to score a bingo line: https://exam-venue-bingo.lovable.app/
Exam venues can be found all over the city. Can you find your building in this Word search puzzle? https://exam-building-quest.lovable.app/
Use Lovable
As long as this is yours visit the [Lovable Project] and start prompting. Changes made via Lovable will be committed automatically to your repo.
Use your IDE
If you want to work locally using your own IDE, you can clone this repo and push changes. Pushed changes will also be reflected in Lovable. The only requirement is having Node.js & npm installed - install with nvm
Follow these steps:
<img width="506" height="253" alt="og-image" src="https://github.com/user-attachments/assets/8fdfc95c-599c-4cd2-81d6-350ee1d441e7" />
# Step 1: Clone the repository using the project's Git URL.
git clone <YOUR_GIT_URL>
# Step 2: Navigate to the project directory.
cd <YOUR_PROJECT_NAME>
# Step 3: Install the necessary dependencies.
npm i
# Step 4: Start the development server with auto-reloading and an instant preview.
npm run dev
Edit a file directly in GitHub
- Navigate to the desired file(s).
- Click the "Edit" button (pencil icon) at the top right of the file view.
- Make your changes and commit the changes.
Use GitHub Codespaces
- Navigate to the main page of your repository.
- Click on the "Code" button (green button) near the top right.
- Select the "Codespaces" tab.
- Click on "New codespace" to launch a new Codespace environment.
- Edit files directly within the Codespace and commit and push your changes once you're done.
This project is built with:
- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS