This is a simple web app that displays quotes from a free API and allows users to add their own quotes manually. It was built using ReactJS Firebase, Ninja Free quotes api , HTML and CSS.
To get started with the app, simply clone the repository and install the necessary dependencies:
# Clone the repo
https://github.com/itsmaurya/QuoteStudio.git
# Change into the project directory
cd QuotesStudio
# Install dependencies
npm installTo run the app locally, run the following command:
npm startThis will start the development server and open the app in your default browser.
Once the app is running, you can browse quotes from the API or add your own manually.
To browse quotes from the API, simply click the "Get Quote" button. This will display a random quote from the API.
To add quotes manually, click the "Add Quote" button. This will display a form where you can enter the author and text of the quote.
Once you have entered the quote information, click the "Submit" button to add the quote to the app. The quote will be saved in the app's state and will be displayed in the list of quotes.
If you would like to contribute to the app, feel free to submit a pull request. However, please make sure to follow the existing coding style and conventions.