Skip to content

Mohamed-Abdelfattah/quotes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Great Quotes

My implementation of a code-along tutorial that was part of React - The Complete Guide course on Udemy, the app was built with React.js including connection to a firbase database.

The app enables anyone to see quotes or add a new ones. Quotes can be veiewed:

  • in list form which can be sorted in ascending (oldest to newst) or descending (newest to oldest).
  • in detailed/fullscreen view which enables interacting to it by adding comments.

Notes

The project was meant to be a demonstration/practice/application for the usage of the React.js and reactRouter, thus the current data are dummy ones.

Usage

Link for the live version: Great Quotes

Install dependencies via npm: npm install and then:

  • app can be deployed to development server on localhost via npm script: npm start

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published