Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zun-liang/fcc-random-quote-machine
freeCodeCamp Challenge Solution Random Quote Machine
https://github.com/zun-liang/fcc-random-quote-machine
css html javascript react styled-components vite
Last synced: 9 days ago
JSON representation
freeCodeCamp Challenge Solution Random Quote Machine
- Host: GitHub
- URL: https://github.com/zun-liang/fcc-random-quote-machine
- Owner: zun-liang
- Created: 2023-08-11T09:58:50.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-08T13:32:43.000Z (about 1 year ago)
- Last Synced: 2023-11-08T14:36:44.678Z (about 1 year ago)
- Topics: css, html, javascript, react, styled-components, vite
- Language: JavaScript
- Homepage: https://zun-liang.github.io/fcc-random-quote-machine/
- Size: 715 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# freeCodeCamp - Random Quote Machine Solution
This is a solution to the [Build a Random Quote Machine challenge on freeCodeCamp](https://www.freecodecamp.org/learn/front-end-development-libraries/front-end-development-libraries-projects/build-a-random-quote-machine).
## Table of contents
- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [What I learned](#what-i-learned)
- [Continued development](#continued-development)
- [Useful resources](#useful-resources)
- [Author](#author)## Overview
### The challenge
Users should be able to:
- View the optimal layout for the site depending on their device's screen size
- Get random quote by clicking New Quote Button
- Change theme color when displaying new quote
- Share quotes to Twitter and Tumblr### Screenshot
### Links
- Live Site URL: [here](https://zun-liang.github.io/fcc-random-quote-machine/)
## My process
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Mobile-first workflow
- [React](https://reactjs.org/) - JS library
- [Styled Components](https://styled-components.com/) - For styles### What I learned
- How to add socail media share button and how to set up sharing url
### Continued development
- currently reviewing basic React (class & functional), styled-components, working with APIs...
- plan to learn advanced React (reusability, performance, routing...) in the next month or two
- plan to learn React Native and Next.js after step 2
- plan to learn GraphQL and Jest after step 3### Useful resources
- [Tweet button](https://developer.twitter.com/en/docs/twitter-for-websites/tweet-button/overview)
- [Tumblr Share Button Documentation](https://www.tumblr.com/docs/en/share_button)
- [CSS Transitions explained](https://www.freecodecamp.org/news/css-transitions-explained-d67ab9a02049/#:~:text=Transitioning%20two%20or%20more%20properties,to%20specify%20one%20of%20them.)
- [Understanding the Difference Between Named and Default Exports in React](https://betterprogramming.pub/understanding-the-difference-between-named-and-default-exports-in-react-2d253ca9fc22)## Author
- Website - [Zun Liang](https://zunldev.com/)
- GitHub - [@zun-liang](https://github.com/zun-liang)
- Frontend Mentor - [@zun-liang](https://www.frontendmentor.io/profile/zun-liang)
- freeCodeCamp - [@zun-liang](https://www.freecodecamp.org/zun-liang)