Update README.md

This commit is contained in:
2026-06-10 20:11:58 +00:00
parent 3824d15d67
commit 7f4d435337

View File

@@ -1,36 +1,43 @@
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app). # Klipptider
## Getting Started Klipptider is a web application designed to simplify the process of finding and booking available hair salon appointments in Kungsbacka, Sweden.
First, run the development server: ## Project Overview
```bash The application automates the process of scanning Bokadirekt (a popular booking platform) for available appointment slots at top salons in Kungsbacka. Users can easily filter times by date and specific salon, and then directly click to book their desired slot.
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. ## Key Features
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file. * **Automated Time Scraping**: A Python backend with Playwright scans Bokadirekt every 30 minutes to fetch the latest available times.
* **Easy Filtering**: Quickly find appointments by filtering based on date and specific salon.
* **Direct Booking**: Each available time slot is a clickable link that redirects users to Bokadirekt to complete their booking securely.
* **Cached & Updated Data**: Appointment data is cached locally and refreshed regularly to ensure users always see the most current information.
* **User-Friendly Interface**: Designed for a seamless and stress-free experience in finding hair salon appointments.
This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel. ## Technologies Used (Frontend)
## Learn More * Next.js
* React
* Tailwind CSS
* GSAP (for animations)
To learn more about Next.js, take a look at the following resources: ## Technologies Used (Backend - for scraping)
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. * Python
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. * Playwright
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome! ## Setup and Installation
## Deploy on Vercel (Instructions for setting up the project locally will go here, including environment variables, dependencies, and running scripts.)
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. ## Contributing
Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details. (Guidelines for contributing to the project will go here.)
## Contact
For any inquiries or support, please contact info@klipptider.se.
## License
(License information will go here.)