Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features   |   Technologies   |   Requirements   |   Screenshots   |   License   |   Author

Platzi Travel ✈ 🧳

Platzi Travel is a web page made as part of a course at Platzi utilizing tailwindCss This project use Tailwind CSS with framework of CSS and explore the creation of components using vanilla JavaScript .

The page show information about travels and Accommodation.The page design can be reached using utilities class of tailwindcss.

Screenshots about Platzi Travel

Desktop

platzi travel

platzi travel

platzi travel

Mobile

platzi travel

platzi travel

platzi travel

platzi travel

Requirements

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

Run Locally

Clone the project.

  git clone https://github.com/zyperr/platziTravel-tailwindCss.git

Go to the project directory.

  cd name-project

Install dependencies.

  npm install

Use live server to preview it.

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

Or u can create a script for that at package.json.

"scripts": {

// for dev
 "tw": "npx tailwindcss -i ./src/input.css -o ./build/css/style.css --watch"

 //to build for production
 "tw-build": "npx tailwindcss -i ./src/input.css -o ./build/css/style.css --minify"
},

Features

  • Light/dark mode toggle
  • Ligh/dark mode keep it on localStorage
  • Responsive design
  • Mobile first

Technologies

Client: Html, javascript, TailwindCSS

License

This project is under license from, click for more details 👉🏽 MIT

Author

made with love by zyperr

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages