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.
• 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
• React.js (with Hooks + React Router)
• Material UI (MUI)
• JavaScript (ES6+)
• Browser localStorage
-
Clone the repo
git clone https://github.com/deebehygh/HyghSignup.git -
Install dependencies
npm install -
Start the app
npm start
Then go to http://localhost:3000
This app is great for:
• Practicing React + Router
• Building forms and auth flows
• Using MUI for styling
• Working without a backend
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!