Here's the updated README including the Tailwind CSS configuration with the specified tailwind.config.js:
RLappy is a Next.js application designed to help you earn money by renting out your own laptop. It connects individuals who need a laptop with those who are ready to rent out theirs. Explore top-quality laptops, manage your rentals with ease, and start earning today!
- Extensive Catalog: Access a wide range of laptops from top industry brands.
- Earn by Renting: Users can rent out their own laptops and earn money.
- Flexible Rentals: Choose rental periods that fit your needs, from daily to monthly.
- Simple Booking: User-friendly interface for easy booking and management.
- Quality Assurance: All laptops are tested and certified for optimal performance.
- Support: Dedicated customer support for any questions or issues.
- Node.js (v16 or higher)
- npm or yarn
-
Clone the repository:
git clone https://github.com/BlockchainBand001/rlappy-frontend.git
-
Navigate to the project directory:
cd rlappy -
Install dependencies:
npm install
-
Install DaisyUI and Tailwind CSS Typography:
npm install -D daisyui@latest npm install -D @tailwindcss/typography npm install react-icons npm install react-hot-toast
-
Run the development server:
npm run dev
The application will be available at
http://localhost:3000.
-
Create or update
tailwind.config.js:// tailwind.config.js const config = { plugins: [require("@tailwindcss/typography"), require("daisyui")], }; module.exports = config;
Here’s a step-by-step guide on how to use RLappy:
-
Sign Up / Log In: Create an account or log in to access the RLappy platform.
-
Browse Laptops: Explore our extensive catalog of laptops from top industry brands.
-
Rent a Laptop:
- Select: Choose the laptop you want to rent.
- Choose Rental Period: Decide on the rental duration (daily, weekly, or monthly).
- Book: Confirm your selection and proceed to checkout.
-
Rent Out Your Laptop:
- List Your Laptop: Provide details about your laptop, including its specifications and rental terms.
- Set Pricing: Define your rental price and availability.
- Publish Listing: Make your laptop available for others to rent.
-
Manage Rentals:
- Track Rentals: Monitor current and upcoming rentals through your dashboard.
- Communicate: Use the platform to communicate with renters or lendees.
-
Receive Payment: Get paid for the rentals of your laptop through secure payment processing.
-
Customer Support: Reach out to our dedicated support team for any questions or issues you may encounter.
-
Return or Pick Up:
- For Renters: Return the laptop as per the agreed terms.
- For Lenders: Arrange for the pickup or return of your laptop.
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature). - Commit your changes (
git commit -am 'Add new feature'). - Push to the branch (
git push origin feature/your-feature). - Create a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
For inquiries or support, please contact us at xxxx@gmail.com.