Skip to content

aleetsaiya/advice-generator-app

Repository files navigation

Frontend Mentor - Advice generator app solution

This is a solution to the Advice generator app challenge on Frontend Mentor.

Screenshot

螢幕擷取畫面 2022-04-11 205234

Links

Built with

  • React
  • Axios
  • Webpack
  • Babel
  • CSS Flexbox
  • CSS Animation

What I learned

  • Setup webpack config when creating react app
  • Setup eslint & prettier in vs-code (npm install -D prettier eslint eslint-config-prettier and add prettier into extends in .eslintrc.js)
  • Use animation to show the loading state
  • Getting more familiar with React