Skip to content

SoterRamirez/HotelTravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hoteltravel

 

Demo

Hotel Travel

Github top language Github language count Repository size License Github issues Github forks Github stars

🚀 Hotel-travel - Finish 🚀


About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

Landing page de un Hotel, utilizando Tailwind, un framework CSS que te permitirá agilizar el desarrollo de los proyectos además de aplicar las mejores prácticas y herramientas. Construí un diseño con Responsive Design. Agrego Dark Mode al proyecto.

Gracias por los comentarios Ismael 3:)

✨ Features

✔️ Responsive Layout;
✔️ Dark Mode toggle -> to switch click on the moon icon located on the navbar (top on desktop version) or tab_bar (bottom on mobile version);\

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# Open terminal
# Clone this project
$ git clone https://github.com/SoterRamirez/hoteltravel

# Access
$ cd hoteltravel

# Install dependencies
$ Run `npm install` command

# Run the project
$ npm run tw:build

# If you want to immediately see on the browser every change you make, run `npx tailwindcss -i ./src/css/index.css -o ./public/css/index.css --watch`

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Isaí Ramírez

 

Back to top