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

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.

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
Screenshot 2025-08-21 182331

Screenshot 2025-08-21 182340

Screenshot 2025-08-22 173315

Screenshot 2025-08-21 182349

Screenshot 2025-08-21 182411

Screenshot 2025-08-21 182540