Skip to content

A simple, beautiful, and responsive quotes generator using React.

Notifications You must be signed in to change notification settings

aminawinti/quoty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application screenshot


Quoty app displays famous quotes from various historical figures each time a button is clicked. It was originally built as part of a FreeCodeCamp project. It is developed using React.js

You can fetch data in two ways:

  1. use local dummy data: `data/quotes.json`
  2. consume remote API: `'type.fit/api/quotes`

✨ Try it out

Quoty

Install

  • Clone the repository:
git clone https://github.com/Amin-Awinti/quoty-app.git
  • Install the packages using the command npm install

Run

  • After installing the required packages, run the app using the command npm run dev

Used libraries

  • react-js
  • react-icons

Check package.json for details


Thank You ^_^