This is a solution to the Advice generator app challenge on Frontend Mentor.
- Live Site URL: https://aleetsaiya.github.io/advice-generator-app/
- 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