Convergence Design Lab x American Libraries Association - interactive tool to provide urban librarians the support in designing community programs & events
This web app takes advantage of the following React.js features
- Conditional SCSS Rendering
- Multidimensional Array Rendering
- Rendering components
- isSelected() counting algorithm
- useRefs for scroll on click
- combining objects with spread ... operators
Make sure to create a new branch if developing. Do all atomic pushes in here.
github desktop > new branch > name it [firstname-develop]
Go to folder directory
cd alagame
& install all dependencies
npm install
npm run start
The following repo utilizes the following syntax standards in development. When implementing bugs or fixes, continue to use these standards. All scss, variables and functions are to follow camelCase standards. Example below.
.firstwordSecondword
thisIsAFunction()
For css styling and measurements. Always & only use the following:
rem
px
vh
vw
%