This web application is built using React, Vite, and TypeScript, providing you with an easy and enjoyable way to discover and share inspiring quotes. With just a click of a button, you can refresh your mind with a new random quote and even share your favorite quotes on Twitter.
You can access the deployed application here.
- Javascript
- React JS
- TypeScript
- Vite
- HTML
- CSS
- Clone the repository to your local machine
git clone https://github.com/aman-chhetri/random-quote-generator.git
- Navigate to the project directory
cd random-quote-generator
- Install the dependencies
npm install
- Start the development server
npm run dev
It is publicly open for any contribution. Bugfixes, new features, and extra modules are welcome.
- To contribute to code: Fork the repo, push your changes to your fork, and submit a pull request.
- To report a bug: If something does not work, please report it using GitHub Issues.