Skip to content

RwinZakeri/up

Repository files navigation

RTL Responsive Website UI

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.

Features

  • 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.

Getting Started

Prerequisites

Ensure you have Node.js installed on your machine. You can download it here.

Installation

Clone this repository and install dependencies:

git clone <repository-url>
cd <repository-folder>
npm install

Running the Development Server

Start the development server with:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 in your browser to view the application.

Editing Pages

You can start editing the pages by modifying files in the app/ directory. Changes will reflect instantly in the browser.

Fonts and Styling

This project uses next/font to optimize and load the Geist font, providing a clean and modern typography.

Deployment

The easiest way to deploy this Next.js application is through the Vercel Platform. Follow the Next.js deployment guide for detailed steps.

Contributing

Contributions are welcome! Feel free to fork the repository, make changes, and submit a pull request.

Demo

Visit the live demo of the project: https://rtlr.ir/226492

Learn More

To learn more about Next.js, check out the following resources:

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors