Features | Technologies | Requirements | Screenshots | License | Author
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.
Before starting , you need to have Git and Node installed.
Run Locally
Clone the project.
git clone https://github.com/zyperr/platziTravel-tailwindCss.gitGo to the project directory.
cd name-projectInstall dependencies.
npm installUse 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 --watchOr 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"
},- Light/dark mode toggle
- Ligh/dark mode keep it on localStorage
- Responsive design
- Mobile first
Client: Html, javascript, TailwindCSS
This project is under license from, click for more details 👉🏽 MIT
made with love by zyperr






