A sample travel website deployed using Netlify.
Trillo is a sample travel application with a focus on effectively utilizing flexbox to create responsive designs. The company is not real and the application is not functional.
Clone this repository and navigate into the trillo directory.
git clone [email protected]:LiVinson/trillo-travels.git
cd trillo-travels
Install all of the dependencies listed in the package.json
npm install
Open the application using live server
npm start
Compile, compress, and prefix any changes for deployment
npm run build:css
- HTML
- SCSS
- CSS Features Include:
- Animations with key frame and transform
- Flexbox
- Responsive design
I am not open to accepting pull requests at this time, but feel free to fork the repository to make changes on your own.
This project is licensed under the MIT license.