{"id":16965318,"url":"https://github.com/10kartik/turf-reservation-web","last_synced_at":"2026-02-27T15:35:21.059Z","repository":{"id":221134763,"uuid":"749636425","full_name":"10kartik/turf-reservation-web","owner":"10kartik","description":"This repository contains the frontend code for a turf reservation system built with React, CSS, Bootstrap, and Axios. It allows users to view available slots, book a slot, and admins to manage bookings.","archived":false,"fork":false,"pushed_at":"2025-02-04T02:17:17.000Z","size":3296,"stargazers_count":3,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-26T08:35:05.748Z","etag":null,"topics":["axios","bootstrap","css","reactjs","vercel"],"latest_commit_sha":null,"homepage":"https://turf-reservation-web.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/10kartik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-29T04:47:13.000Z","updated_at":"2025-09-10T13:38:51.000Z","dependencies_parsed_at":"2024-02-06T12:46:55.369Z","dependency_job_id":"73042fb6-b346-47c4-a563-080a69e079b0","html_url":"https://github.com/10kartik/turf-reservation-web","commit_stats":null,"previous_names":["10kartik/turf-reservation-web"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/10kartik/turf-reservation-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/10kartik%2Fturf-reservation-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/10kartik%2Fturf-reservation-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/10kartik%2Fturf-reservation-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/10kartik%2Fturf-reservation-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/10kartik","download_url":"https://codeload.github.com/10kartik/turf-reservation-web/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/10kartik%2Fturf-reservation-web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29901753,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T14:46:13.553Z","status":"ssl_error","status_checked_at":"2026-02-27T14:46:10.522Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["axios","bootstrap","css","reactjs","vercel"],"created_at":"2024-10-13T23:45:40.448Z","updated_at":"2026-02-27T15:35:21.035Z","avatar_url":"https://github.com/10kartik.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2F10kartik%2Fturf-reservation-web\u0026count_bg=%2379C83D\u0026title_bg=%23555555\u0026icon=\u0026icon_color=%23B81C1C\u0026title=visits\u0026edge_flat=false)](https://hits.seeyoufarm.com)\n# Turf Reservation System\n\nThis project is a turf reservation system. The web frontend uses tech tools like React, CSS, Bootstrap, and Axios.\n\nMake sure to checkout [backend repository](https://github.com/10kartik/turf-reservation-api).\n\n## User Stories\n\n### As a Guest User\n\n#### View Available Slots\nVisitors can access the website to view the available time slots for booking. The system displays a list of available slots.\n\n#### Book a Slot\nUsers can select their desired time slot for booking and proceed to the booking form.\n\n#### Provide Booking Information\nGuests need to enter basic information (name, phone, email) to confirm the booking.\n\n![Available and Book Slots](./public/check_and_book.png)\n\n#### Confirm Booking\nUsers have the ability to review the booking details and confirm the booking.\n\n![Reservation request confirmed](./public/booking_request_confirmed.png)\n![Check Reservation Status](./public/status_pending.png)\n\n### As an Admin User\n\n#### View Bookings\nAdmins can log in to the admin panel and view the list of pending bookings.\n\n![Admin login panel](./public/admin_login.png)\n\n#### Confirm Reservation as Booked\nAfter confirming payment, admins can mark the booking as booked.\n\n![Admin login panel](./public/confirm_pending_bookings.png)\n\n#### Check booking status\nGuest or Admin can check and verify booking status.\n\n![Booking confirmed](./public/booking_confirmed.png)\n\n## Getting Started\n\nBefore you begin, ensure that you have forked and set up the backend repository, which is running successfully. You can find the backend repository at the following link: [Turf Reservation API](https://github.com/10kartik/turf-reservation-api).\n\nFollow these steps to set up this repository:\n\n1. **Fork the Repository:** Start by forking this repository to your own GitHub account.\n\n2. **Clone the Repository:** After forking, clone the repository to your local machine by using the `git clone` command.\n\n3. **Install Dependencies:** Navigate to the cloned repository's directory and run `npm install` to install all the necessary dependencies.\n\n4. **Set Environment Variables:** Create a `.env` file in the root directory of the project and set all the required environment variables.\n\n5. **Start the Server:** Run `npm start` to start the server. The application should now be running at `localhost:3000`.\n\n6. **Make Changes:** After you've made your changes, commit and push them to your forked repository.\n\n7. **Deploy the Application:** To deploy the application, type `vercel` in your terminal to create a preview deployment. Once you're ready to push your changes live, use `vercel --prod` to create a production deployment.\n\nThat's it! You've now successfully set up and deployed the application.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F10kartik%2Fturf-reservation-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F10kartik%2Fturf-reservation-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F10kartik%2Fturf-reservation-web/lists"}