An open API service indexing awesome lists of open source software.

https://github.com/priyanshujajal/static-login-page-react

A sleek responsive Sign-In UI (of X), built with React. It includes social login buttons for Google & Apple.
https://github.com/priyanshujajal/static-login-page-react

css3 deployment github github-pages html-css-javascript html5 javascript login-forms practice practice-project project react reactjs sign-in

Last synced: 4 months ago
JSON representation

A sleek responsive Sign-In UI (of X), built with React. It includes social login buttons for Google & Apple.

Awesome Lists containing this project

README

          

# ✨ X (Twitter)-Style Sign-In Page (React)

A sleek, responsive **Sign-In UI** inspired by **X (formerly Twitter)**, built with **React**.
It includes social login buttons for **Google** & **Apple**, and a simple username/email login form.

---

#### 👉 Live Demo : https://priyanshujajal.github.io/Static-Login-Page-REACT/

## 🚀 Features

✅ **Modern X/Twitter-style UI**
✅ Social login buttons with **Google** & **Apple** logos (SVG icons)
✅ Minimalistic form with floating labels
✅ Fully responsive design
✅ Built with **React + CSS** (no extra libraries)

---

## 🛠 Tech Stack

- **React (Create React App)**
- **Custom CSS** for styling
- **SVG icons** for Google, Apple, and X

---

## 📦 How to Run Locally

```bash
# 1. Clone the repo
git clone https://github.com//.git

# 2. Go into the project folder
cd

# 3. Install dependencies
npm install

# 4. Start the project
npm start