/olajidexbooking

Concept intro animation for the Booking.com brand.

Primary LanguageJavaScriptMIT LicenseMIT

OLAJIDE X BOOKING

License: MIT Dependencies

Update: In March 2018 I joined Booking.com as a Client-side Developer!

I set up this project because I would ♥ to work at Booking.com. I do hope it's received in good faith and that I'm not breaking any Copyright rules.

It features a small intro animation for the Booking.com brand and a message stating that I'll love to work there

You can find it here olajidexbooking.surge.sh

Setup

Install Node.js and NPM

If you don't have Node.js installed, please go ahead and grab it here. NPM is the package manager for Node.js and comes bundled with Node.js

To confirm that you have Node.js installed, run the following in your terminal:

node -v

You should get something like v6.9.1.

To confirm that you have NPM installed, run the following in your terminal:

npm -v

You should get something like 3.10.9.

Install Node.js Modules

npm install

Front-end Development

To continue front-end development on this project run the following in your terminal:

npm start

To do a simple build for production, run the following in your terminal:

npm run build

To build for production and then deploy using surge.sh, run the following in your terminal:

npm run deploy

** The newly built folder can be found at: ./public

License

This project is licensed under the MIT license. You can grab it here

Credits