This is a solution to the Advice generator app challenge on Frontend Mentor Frontend Mentor challenges help me improve your my coding skills by building realistic projects.
Explore the docs »
DEMO
Table of Contents
- View the optimal layout for the app depending on their device's screen size
- See hover states for all interactive elements on the page
- Generate a new piece of advice by clicking the dice icon
- Solution URL: https://github.com/sgrazys/advice-generator
- Live Site URL: https://sauliusgrazys-advice-generator.netlify.app/
- Semantic HTML5 markup
- Flexbox
- Mobile-first workflow
I want to get familiar with React Hooks useState()
and useEffect()
in this project. That was my first time fetching data from the server using axios.
Node.js - download and install
https://nodejs.org
Git - download and install
https://git-scm.com
This is an example of how to list things you need to use the software and how to install them.
-
npm
npm install npm@latest -g
Would like to run this project locally? Open terminal and follow these steps:
- Clone the repo
git clone https://github.com/sgrazys/advice-generator.git
- Install NPM packages
or
npm i
npm install
- Run the development server
npm run start
Distributed under the MIT License. See LICENSE.txt
for more information.
Saulius Grazys
Project Link: https://sauliusgrazys-advice-generator.netlify.app/