Skip to content

πŸš€ A modern React-based profile management platform featuring glassmorphism UI, Auth0 authentication, and GSAP animations. Streamline your professional profile management with our intuitive, secure solution.

Notifications You must be signed in to change notification settings

SurgicalTube/unified-profile-platform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Unified Profile Platform

Note: This project is currently a work in progress and may not be fully functional. Contributions are welcome!

Overview

The Unified Profile Platform is an advanced React-based application that serves as a centralized solution for managing professional profiles and streamlining the job application process. It features a modern glassmorphism design, secure authentication through Auth0, and comprehensive profile management capabilities.

Table of Contents

🌟 Key Features

Profile Management

  • Multi-Document Support: Upload and manage multiple versions of resumes, cover letters, and certifications
  • Profile Versioning: Maintain different versions of profiles for various industries/roles
  • Real-time Updates: Instant saving and synchronization of profile changes
  • Document Organization: Structured storage and management of professional documents

User Interface

  • Modern Design: Implements glassmorphism design principles for a contemporary look
  • Responsive Layout: Fully responsive design that works across all devices
  • Animated Interactions: GSAP-powered animations for smooth user experience
  • Tab-based Navigation: Organized content presentation through intuitive tabs

Security & Authentication

  • Auth0 Integration: Secure authentication and authorization
  • Protected Routes: Role-based access control for sensitive areas
  • Secure Storage: Encrypted local storage for user data
  • Session Management: Robust session handling and persistence

πŸ›  Technology Stack

Frontend

  • React 18.3.1
  • Redux Toolkit for state management
  • Material-UI (MUI) 6.1.2
  • GSAP for animations
  • React Router DOM 6.26.2

State Management & Data

  • Redux with Redux Toolkit
  • Local Storage persistence
  • Real-time state synchronization

Styling & UI

  • Custom CSS with glassmorphism effects
  • Material-UI components
  • GSAP animations
  • Responsive design principles

Authentication & Security

  • Auth0 React SDK
  • Protected routes implementation
  • Secure session management

πŸš€ Getting Started

Prerequisites

  • Node.js (v14 or higher)
  • npm or yarn
  • Auth0 account and credentials

Installation

  1. Clone the repository:
    git clone https://github.com/SurgicalTube/unified-profile-platform.git
    cd unified-profile-platform
  2. Install dependencies for both frontend and backend:

    For backend

     cd backend
     npm install
    

For frontend

    cd ../frontend
    npm install

Environment Variables

Create a .env file in both the backend and frontend directories, and add the following environment variables:

** Backend (backend/.env)

MONGODB_URI= --> This Should be Set up on your own or set it up for this project

PORT=5001 AUTH0_DOMAIN= --> Again, set up on your own, I cant afford to keep this... If you have other open source options, please do them AUTH0_CLIENT_ID= AUTH0_CLIENT_SECRET= **

Frontend (frontend/.env)

NEXT_PUBLIC_AUTH0_DOMAIN=<your-auth0-domain>
NEXT_PUBLIC_AUTH0_CLIENT_ID=<your-auth0-client-id>

Running the Project

1.	Start the backend server:
  cd backend
  npm start
2. Start the frontend development server:
cd frontend
npm run dev
	3.	Visit http://localhost:3000 in your browser to view the frontend, and http://localhost:5001 to check the backend.

Project Structure

unified-profile-platform/
β”œβ”€β”€ backend/           # Node.js backend with Express and MongoDB connection
β”‚   β”œβ”€β”€ db.js          # Database connection file
β”‚   β”œβ”€β”€ server.js      # Main server file
β”‚   └── .env           # Environment variables for backend
β”œβ”€β”€ frontend/          # Next.js frontend with React and Tailwind CSS
β”‚   β”œβ”€β”€ pages/         # Next.js pages
β”‚   β”œβ”€β”€ components/    # Reusable components
β”‚   └── .env           # Environment variables for frontend
β”œβ”€β”€ README.md          # Project documentation
└── .gitignore         # Git ignore file

Contributing

Contributions are welcome! Please follow these steps to contribute:
1.	Fork the project.
2.	Create your feature branch (git checkout -b feature/AmazingFeature).
3.	Commit your changes (git commit -m 'Add some AmazingFeature').
4.	Push to the branch (git push origin feature/AmazingFeature).
5.	Open a pull request.

License

Distributed under the MIT License. See LICENSE for more information.

Project Link: https://github.com/SurgicalTube/unified-profile-platform

About

πŸš€ A modern React-based profile management platform featuring glassmorphism UI, Auth0 authentication, and GSAP animations. Streamline your professional profile management with our intuitive, secure solution.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published