This was created to join voyage 13 in Chingu as a prework project. (i.e. an online tech-community for making collaborative projects with motivated self-learners world-wide.) I cloned a website from Google Fonts using vanilla HTML/CSS, Javascript and SASS/SCSS.
- Text typed as a custom text should immediately change the font displayed in each corresponding font cards.
- The font size in each font cards should change according to the selection of font size chooser.
- When 'reset' button is clicked, the page should appear as if the user reloaded the page.
Live Version:
- You can see the live version here
From the repository:
- Clone this project locally
- Run
npm install
- Compile sass files by running:
npm run compile:sass
- Display clone site on your browser by running
npm run start