Skip to content

Nimasaghi-dev/landing-page

Repository files navigation

Landing Page Project

This is a modern landing page built using React, Vite, and Tailwind CSS. The project is designed to be fast, responsive, and easy to customize.

Features

  • React 19: Built with the latest version of React for a modern development experience.
  • Vite: Fast build tool for development and production.
  • Tailwind CSS: Utility-first CSS framework for rapid UI development.
  • Lucide Icons: Beautiful and customizable icons for your landing page.
  • Responsive Design: Fully responsive layout for all devices.

Technologies Used

Getting Started

Follow these steps to set up the project locally on your machine.

Prerequisites

  • Node.js: Make sure you have Node.js installed. You can download it from here.
  • npm: npm is bundled with Node.js, so you don't need to install it separately.

Installation

  1. Clone the repository:

    git clone https://github.com/Nimasaghi-dev/landing-page.git
    cd landing-page
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev

    This will start the Vite development server. Open your browser and navigate to http://localhost:5173 to view the landing page.

Available Scripts

  • npm run dev: Starts the development server.
  • npm run build: Builds the project for production.
  • npm run lint: Runs ESLint to check for code issues.
  • npm run preview: Previews the production build locally.

Customization

  • Tailwind CSS: Modify the tailwind.config.js file to customize your design system.
  • Lucide Icons: Replace or add icons from the Lucide Icons library.
  • Content: Update the content in the src/components/ files to match your needs.

Contributing

Contributions are welcome! If you'd like to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/YourFeatureName).
  3. Commit your changes (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature/YourFeatureName).
  5. Open a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors