Skip to content

Fridish/Yrgopelag

Repository files navigation

Berghav

Berghav isn't just a feast for the eyes; it's a symphony for the senses. The tranquil sounds of nature harmonize with the gentle rustling of leaves, creating a serene backdrop for meditation or quiet contemplation. As the sun sets over the horizon, the sky transforms into a canvas of warm hues, casting a magical glow over Berghav's landscapes.

The heart of Berghav is a sanctuary for wilderness enthusiasts, offering an untouched haven for those seeking solace in nature. Dense forests and meandering rivers crisscross the landscape, inviting explorers to wander along hidden pathways. The island is home to a rich array of flora and fauna, from elusive wildlife to rare and exotic plant species. Birdwatchers will delight in the diverse avian population that graces the skies overhead.

Whether you're seeking adventure in the mountains, tranquility by the oceans, or the thrill of exploring untamed wilderness, Berghav offers a harmonious blend of nature's wonders. With each step, you'll discover the unique charm of this island paradise, leaving you with memories of a truly immersive and rejuvenating experience.

STUUGA

Welcome to STUUGA, a cozy cabin hotel on Berghav. Our charming cabins, scattered amid nature, offer rustic comfort with modern amenities. Enjoy panoramic views from your cabin, whether it's the mountains, oceans, or lush forests.

STUUGA is more than accommodation; it's a gateway to Berghav's soul-stirring landscapes. Wake up to nature's symphony, breathe in the mountain air, and step outside to a world waiting to be discovered. Whether seeking solitude or camaraderie, STUUGA is your haven on this enchanting island.

Instructions

My database consists of two tables, one for the user and one for the booking. Here are the CREATE-statements:

CREATE TABLE bookings ( booking_id INTEGER UNIQUE, full_name varchar (100), arrival date, departure date, room_number INTEGER, extras VARCHAR, total_cost INTEGER);

CREATE TABLE users ( id INTEGER PRIMARY KEY UNIQUE, username VARCHAR, user_password varchar);

Code review

  1. confirmation.php:17 - spelling error

    Boking detals

  2. example.js:10-15 - Remember to think about X and this could be refactored using the amazing Y function.
  3. example.js:10-15 - Remember to think about X and this could be refactored using the amazing Y function.
  4. example.js:10-15 - Remember to think about X and this could be refactored using the amazing Y function.
  5. example.js:10-15 - Remember to think about X and this could be refactored using the amazing Y function.
  6. example.js:10-15 - Remember to think about X and this could be refactored using the amazing Y function.
  7. example.js:10-15 - Remember to think about X and this could be refactored using the amazing Y function.
  8. example.js:10-15 - Remember to think about X and this could be refactored using the amazing Y function.
  9. example.js:10-15 - Remember to think about X and this could be refactored using the amazing Y function.
  10. example.js:10-15 - Remember to think about X and this could be refactored using the amazing Y function.

About

This is a webpage with booking system for the hotel STUUGA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors