This project was bootstrapped with Create React App. Using API from Play Game.
To see this project in action, go to Github Pages
Clone this repo :
git clone https://github.com/finmavis/playgame.git
Navigate to the root folder and install all dependencies :
yarn install
ornpm install
Start Development Mode :
yarn start
ornpm start
- Open http://localhost:3000 to view it in the browser.
- Happy Hacking!
src/
component/
assets/
icon/
images/
Event/
Footer/
Games/
Home/
Navigation/
News/
styles/
Tech/
helpers/
App.js
App.test.js
index.js
component
: Folder to put our Componentsassets
: Folder to put assets like images or iconEvent
: Folder to put our Event Section ComponentFooter
: Folder to put our Footer Section ComponentGames
: Folder to put our Games Section ComponentHome
: Folder to put our Home Section ComponentNavigation
: Folder to put our Navigation/Navbar ComponentNews
: Folder to put our News Section ComponentTech
: Folder to put our Tech Section Componentstyles
: Folder to put our Styled Component that reusable or Global
helpers
: Folder to put our helpers function like Consume API and formating data or others helpers
This project using relative unit based 10px. so you can use 1rem
which means 10px
propeties in css to help ours styling more easier handling Resposive.
State | Properties |
---|---|
Default | 1rem = 10px |
max-width 768px | 1rem = 9px |
max-width 576px | 1rem = 8px |
State | Properties |
---|---|
Default | width = 100% |
min-width 576px | width = 540px |
min-width 768px | width = 720px |
min-width 992px | width = 960px |
min-width 1200px | width = 1140px |