Skip to content

brkkartaloglu/myQuotes-reactApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

MyQuotesApp : MyQuotesApp uses Quotable API to generate random quotes; it allows you to select your favorites, post them on Twitter, also you can print/export them as PDF. In the search tab you can also search for a tag to find related quotes.

I prepared this app for React Dersleri youtube channel, React Dersleri provides high-quality education resources on React in Turkish.

I used:

  • React JS Hooks and functional components for structure,
  • Material UI, reactstap and some CSS for UI,
  • Redux for global store management,
  • react-to-print to print react components as PDF

Live

https://myquotesapp.netlify.app/

Preview

QuotesApp

How to run simply:

After cloning the repo;

To install dependencies:

npm install

To run :

npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

Deployment

To creaate a build folder:

npm run build

Then deploy the build folder, I preffered Netlify for above example.

About

MyQuotesApp, simple react app to show the random quote, add to favorite, or post on Twitter. Also, you can print them from your favorites tab.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors