This repository contains the source code for a responsive website UI built with Next.js. The live demo of the website can be accessed here.
- Fully Responsive: The design adapts seamlessly to all screen sizes and devices.
- Right-to-Left (RTL) Support: Optimized for RTL languages, ensuring proper alignment and layout for Arabic, Persian, and other RTL languages.
- Modern UI/UX: Implements a sleek, user-friendly interface with a focus on accessibility.
- Next.js Framework: Leverages the power of Next.js for server-side rendering (SSR) and static site generation (SSG).
- Performance Optimized: Features like image optimization and font loading are handled efficiently.
Ensure you have Node.js installed on your machine. You can download it here.
Clone this repository and install dependencies:
git clone <repository-url>
cd <repository-folder>
npm installStart the development server with:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 in your browser to view the application.
You can start editing the pages by modifying files in the app/ directory. Changes will reflect instantly in the browser.
This project uses next/font to optimize and load the Geist font, providing a clean and modern typography.
The easiest way to deploy this Next.js application is through the Vercel Platform. Follow the Next.js deployment guide for detailed steps.
Contributions are welcome! Feel free to fork the repository, make changes, and submit a pull request.
Visit the live demo of the project: https://rtlr.ir/226492
To learn more about Next.js, check out the following resources:
- Next.js Documentation - Detailed guide on Next.js features and API.
- Learn Next.js - Interactive Next.js tutorial.
This project is licensed under the MIT License. See the LICENSE file for details.