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
⚡ https://myquotesapp.netlify.app/
After cloning the repo;
To install dependencies:
To run :
Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.
To creaate a build folder:
Then deploy the build folder, I preffered Netlify for above example.
