Here is a working live demo : https://quotes-generator-dusky.vercel.app
This project is a challenge front-end, part of the challenges proposed by the website "https://devchallenges.io/"
Project is created with:
- React ("v17.0.2")
- SASS: ("1.32.13")
# Clone this repository
$ git clone https://github.com/bpa03/quotes-generator.git
# Go into the repository
$ cd ./quotes-generator
# Install dependencies
$ npm install
# Run the app
$ npm start