Users should be able to:
- See the size of the elements adjust based on their device's screen size
- Perform mathematical operations like addition, subtraction, multiplication, and division
- Adjust the color theme based on their preference
- Have their initial theme preference checked using
prefers-color-scheme
and have any additional changes saved in the browser
Solarized dark | Light | Purple |
---|---|---|
- Live Site URL: Live site URL here
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- ES6 classes
- core-js
- regenerator-runtime
- sass
- transformer-sass
- parcel
From the repo:
- Fork the repo
- Clone it via command `git clone
- cd
- Type
npm i
in your bash/command line - Type
npm run build
in your bash/command line for production - Type
npm start
to start your local development server
Sharpening my knowledge of ES6 classes as ES6 classes is one of the ways to achieve prototypal inheritance by abstracting each functionality. This provides more flexibility in writing code without interpolating other member functions.
- Twitter - @prince_popups