Skip to content

bpa03/quotes-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of contents

Demo

Here is a working live demo : https://quotes-generator-dusky.vercel.app

General info

This project is a challenge front-end, part of the challenges proposed by the website "https://devchallenges.io/"

Technologies

Project is created with:

  • React ("v17.0.2")
  • SASS: ("1.32.13")

Setup

# 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