Creation of a page showing different inspirational quotes
- CitationsQuotes
- Author
- "Like" button (allows you to display the number of likes of a quote, and to add a like)
Stacks | ||||
---|---|---|---|---|
Front | React.js | Webpack | Semantic-ui | React Slideshow Image |
- First clone the repo into your folder
- Then execute
npm i
oryarn install
- Then execute
npm start
oryarn start
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 !