Skip to content

Latest commit

 

History

History
101 lines (64 loc) · 3.16 KB

README.md

File metadata and controls

101 lines (64 loc) · 3.16 KB
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