https://github.com/gaurav-0211/pml-project
This project is the frontend part of the PML-Full Stack Application. Uses React, React Dom and Tailwind for Implementation.
https://github.com/gaurav-0211/pml-project
react react-native react-router tailwindcss
Last synced: 2 months ago
JSON representation
This project is the frontend part of the PML-Full Stack Application. Uses React, React Dom and Tailwind for Implementation.
- Host: GitHub
- URL: https://github.com/gaurav-0211/pml-project
- Owner: Gaurav-0211
- Created: 2025-08-21T12:45:55.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-22T12:04:18.000Z (10 months ago)
- Last Synced: 2025-10-15T14:13:12.032Z (8 months ago)
- Topics: react, react-native, react-router, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 283 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🌐 React Frontend - Authentication & Dashboard
This is the **frontend application** built with **React** for handling **user authentication** (Register, Login, Forgot Password) and providing a **Dashboard** to interact with the backend server (Spring Boot API).
> ⚡ The backend repository (Spring Boot) is maintained separately. This repo is only for the **React frontend**.
---
## ✨ Features
✅ **User Authentication**
- 🔑 Register new users with validation.
- 🔓 Login with email & password.
- ❌ Forgot Password flow:
- User receives a **reset link on email**.
- Redirects to **reset password form** (New Password + Confirm Password).
✅ **Dashboard**
- 📊 Fetches data securely from the backend server.
- 📥 Displays data in a structured format.
- 🎯 User-friendly and responsive design.
✅ **Extras**
- 📱 Fully responsive design (mobile + desktop).
- 🎨 Styled with modern UI/UX enhancements.
- ⚡ Easy integration with Spring Boot backend.
---
## 📂 Project Structure
```bash
frontend/
│── public/ # Static files
│── src/
│ ├── assets/ # Images, icons, etc.
│ ├── components/ # Reusable UI components
│ ├── pages/ # Register, Login, Forgot Password, Dashboard
│ ├── context/ # State management (e.g., Auth Context)
│ ├── App.js # Main app entry
│ ├── index.js # React DOM render
│── package.json # Dependencies & scripts
│── README.md # Project Documentation
```
## Result





