Skip to content

Welcome to the GitHub repository for the Cash App landing page project. This landing page was built using Next.js, TypeScript, Tailwind CSS, and Framer Motion to create an engaging and responsive user experience.

License

Notifications You must be signed in to change notification settings

singhlify/cash-app

Repository files navigation

Cash App

Cash App Landing Page

Welcome to the GitHub repository for the Cash App landing page project. This landing page was built using Next.js, TypeScript, Tailwind CSS, and Framer Motion to create an engaging and responsive user experience. You can view the live demo of the project here.

Table of Contents

Features

  • Responsive Design: The landing page is designed to be fully responsive, ensuring a seamless user experience on various devices and screen sizes.

  • Smooth Animations: Framer Motion is used to add smooth animations and transitions to different elements on the page, making it visually appealing.

  • TypeScript: The project is written in TypeScript, providing static type checking and improved code quality.

  • Tailwind CSS: Tailwind CSS is used for styling, allowing for rapid development and easy customization.

Installation

To run this project locally, follow these steps:

  1. Clone this repository to your local machine:

    git clone https://github.com/singhlify/cash-app
  2. Navigate to the project directory:

    cd cash-app
  3. Install the dependencies using npm or yarn:

    npm install
    # or
    yarn install

Usage

Once you've installed the dependencies, you can run the project locally:

npm run dev
# or
yarn dev

This will start a development server, and you can access the landing page at https://localhost:3000.

Technologies Used

  • Next.js: A React framework for building server-rendered web applications.
  • TypeScript: A statically typed superset of JavaScript that enhances code quality.
  • Tailwind CSS: A utility-first CSS framework for rapid UI development.
  • Framer Motion: A library for adding smooth animations and interactions to web applications.

Contributing

If you'd like to contribute to this project, please follow these guidelines:

  1. Fork the repository.

  2. Create a new branch for your feature or bug fix:

    git checkout -b feature/your-feature-name
  3. Make your changes and commit them with descriptive commit messages.

  4. Push your changes to your forked repository:

    git push origin feature/your-feature-name
  5. Create a pull request to the main repository's main branch.

License

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

About

Welcome to the GitHub repository for the Cash App landing page project. This landing page was built using Next.js, TypeScript, Tailwind CSS, and Framer Motion to create an engaging and responsive user experience.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages