Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mushkir/gpay-ui-clone
The live link of the Page
https://github.com/mushkir/gpay-ui-clone
Last synced: 3 days ago
JSON representation
The live link of the Page
- Host: GitHub
- URL: https://github.com/mushkir/gpay-ui-clone
- Owner: Mushkir
- Created: 2023-10-06T08:56:28.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-12T06:55:08.000Z (about 1 year ago)
- Last Synced: 2023-10-14T20:14:20.881Z (about 1 year ago)
- Language: HTML
- Homepage: https://mushkir.github.io/gpay-ui-clone/
- Size: 275 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GPay UI Clone - TailwindCSS (Vite)
This project is a GPay (Google Pay) User Interface (UI) clone created using TailwindCSS, HTML, and the Vite framework. The goal of this project is to replicate the look and feel of the GPay application, showcasing the power and versatility of TailwindCSS while utilizing a modern development environment provided by Vite. This README provides a brief overview of the project, its structure, and how to set it up locally.
## Demo[Live Preview](https://mushkir.github.io/gpay-ui-clone)
## Features
- GPay UI Clone: The project replicates the key elements and design of the Google Pay app.
- TailwindCSS: TailwindCSS is used extensively to style and structure the UI components. It demonstrates how TailwindCSS classes can be leveraged to create a visually appealing and responsive UI.
- Vite Framework: Vite is the build tool and development environment of choice. It allows for fast development and serves as a foundation for building modern web applications.## Internship
This internship is provided by CyberDude Networks Pvt. Ltd. as part of the 6-Month Free Internship program, a skill development initiative organized to enhance participants' skills. Mentoring was provided by Mr. Anbuselvan Rocky (https://github.com/anburocky3). For more information, you can contact CyberDude Networks here (https://www.cyberdudenetworks.com)## Tech Stack
**1. HTML**
**2. TailwindCSS**
**3. Vite**## Installation
Clone the Repository
```bash
git clone https://github.com/Mushkir/gpay-ui-clone.git
```
Navigate to the project
```bash
cd gpay-ui-clone
```Install the dependencies (If you are a mac user add sudo infront of npm)
```bash
npm install
```
Run the project
```bash
npm run dev
```
## License[MIT](https://choosealicense.com/licenses/mit/)