responsive-page
responsive-page copied to clipboard
Collection of patterns to create a responsive website
Responsive Page
A collection of patterns to create a responsive web page
- [x] View a pattern in popular screen sizes of mobile, tablet, laptop and desktop
- [x] Choose a screen size from the list
- [x] Resize the screen
- [x] Rotate the screen
Running it on local
- Clone the project:
$ git clone https://github.com/phuoc-ng/responsive-page
- Install the dependencies:
$ cd responsive-page
$ npm install
- Run it on the local:
$ npm run start
Open http://localhost:3333 in your browser to see it in action.
About
This project is developed by Nguyen Huu Phuoc. I love building products and sharing knowledge.
Be my friend on
Products
You might be interested in my products:
1 LOCFavorite JavaScript utilities in single line of code |
Blur PageA browser extension to hide sensitive information on a web page |
Check Browsers SupportA browser extension to check browser compatibility without leaving your tab |
CSS LayoutA collection of popular layouts and patterns made with CSS |
Fake NumbersGenerate fake and valid numbers |
Form ValidationThe best validation library for JavaScript |
HTML DOMHow to manage HTML DOM with vanilla JavaScript |
React PDF ViewerA React component to view a PDF document |
this VS thatThe differences between ___ and ___ in the front-end development |