Skip to content

Creation of a page showing different inspirational quotes using React.JS

Notifications You must be signed in to change notification settings

MkDs17/inspiQuotes-v2

Repository files navigation

InspiQuotes v2

Netlify Status

alt Gif du projet InspiQuotesv2

What's this ?

Creation of a page showing different inspirational quotes

Content

  • CitationsQuotes
  • Author
  • "Like" button (allows you to display the number of likes of a quote, and to add a like)

Main Stacks

Stacks
Front React.js Webpack Semantic-ui React Slideshow Image

Installation & Usage

  1. First clone the repo into your folder
  2. Then execute npm i or yarn install
  3. Then execute npm start or yarn start

Data is provided via the file quote.js that can be found src/data/quotes.js

Exemple :
[
  {
    "id": 1,
    "text": "Change your life, learn to code",
    "author": "Unknown",
    "likes": 42
  }
]

I am open to integrate new quotes, do not hesitate to share yours with me

You can reach me on GitHub or on StackOverflow

Peace !

About

Creation of a page showing different inspirational quotes using React.JS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published