Inspirational Quote Generator
Since I'm currently learning React, I decided to start working on the "Build a Random Quote Machine" project part of the Front End Libraries Projects from freeCodeCamp.
Installation
- Clone the repository:
https://github.com/alexandracaulea/inspirational-quote-generator
. - Install project dependencies by running:
yarn install
.
Using this repo
- For the development run:
yarn start
. - To build run
yarn build
. - To run tests:
yarn test
. - To build:
yarn build
. - To eject
yarn eject