An open API service indexing awesome lists of open source software.

https://github.com/abhishek72340/quote-craft

quote-craft can create quote with image
https://github.com/abhishek72340/quote-craft

react responsive tailwind vite-react

Last synced: 2 months ago
JSON representation

quote-craft can create quote with image

Awesome Lists containing this project

README

        

# Quote-Craft

QuoteMediaApp is a frontend application that allows users to create, upload, and view quotes with associated images. The application consists of three main pages: Login, Quote List, and Quote Creation.

## Features

1. **Login Page**: Allows users to log in using a unique username and OTP.
2. **Quote List Page**: Displays a paginated list of quotes with images, overlay text, username, and creation date. Includes a floating action button to navigate to the quote creation page.
3. **Quote Creation Page**: Allows users to create a new quote with text and an uploaded image. The image is uploaded to obtain a `mediaUrl`, which is then used to create the quote.

## Technologies Used

- React
- Tailwind CSS

## Installation

1. **Clone the Repository**:

```sh
git clone https://github.com/yourusername/Quote-Craft.git
cd Quote-Craft

npm install

npm run dev