This is a homepage for a Video Streaming Platform, inspired by the likes of Youtube, Vimeo. The complete details for the project are as follows.
-
Technologies Used :-
- HTML5.
- CSS3.
- CSS Framework - SASS.
- NPM Packages - node-sass.
- BEM Notation for HTML markup.
-
Resources Used :-
- CSS Tricks.
- W3 Schools.
- Kirupa.com
- YouTube.
Disclaimer : The design is inspired from streaming services such as Vimeo, YouTube. It's not my original design.
-
Procedure for running the application on a local machine :-
- Download the zip folder OR clone this github repo.
- Use 'npm install npm-install-all' to download all the npm packages for SASS compilation.
- Use 'npm run compile:sass' to run the SASS compiler.
- Open 'index.html' in the browser.
-
Q).Why SASS framework has been used in this project ?
A. The main reason behind using SASS for writing CSS is to make the process of styling easier and faster. Since, SASS provides 'nesting','modulation', it makes developing a huge front-end application easier for the developer.
-
Q).Screenshots of the application and Early Design Mockup ?
A. You can find the screenshots and Mock-up designs for both desktop and mobile view in the 'resources' folder.
HAPPY HACKING!