Skip to content

deebehygh/HyghSignup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Signup & Signin with React.js + Material UI

This is a frontend-only forum simulation app. It allows users to sign up, sign in, and create forum-style posts. Data is stored using browser localStorage — no backend required.

🔑 Features

• Sign Up / Sign In with form validation
• Forum-like homepage with posts
• New post modal with live updates
• Avatar and username support
• LocalStorage-based data persistence
• Conditional routing based on login status

🛠️ Tech Stack

• React.js (with Hooks + React Router)
• Material UI (MUI)
• JavaScript (ES6+)
• Browser localStorage

📦 How to Run

  1. Clone the repo
    git clone https://github.com/deebehygh/HyghSignup.git

  2. Install dependencies
    npm install

  3. Start the app
    npm start

Then go to http://localhost:3000

💡 Learning Focus

This app is great for:

• Practicing React + Router
• Building forms and auth flows
• Using MUI for styling
• Working without a backend

📌 Notes

This project is frontend-only. No database or server needed. Great for testing UI ideas and building prototypes.

MIT License

Let’s collaborate and improve it together!

About

A React.js web app with Material UI that simulates a community forum with authentication. Users can sign up, sign in, create posts, and interact in a clean, responsive interface using localStorage for data persistence.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors