A Full-Stack Web Development Project with Authentication
Built with Node.js, Express, MongoDB, HTML, CSS & JavaScript π
π Fully functional Login & Signup system now available!
- β Secure user registration and login
- β JWT token-based authentication
- β Password hashing with bcrypt
- β MongoDB database integration
- β Form validation & error handling
- β Responsive UI with dark theme
π Setup Guide | π Quick Start | ποΈ Architecture
π Click here to view the project
(Add your Netlify / Vercel / GitHub Pages link here)
βοΈ Responsive design π±
βοΈ Clean & modern UI π¨
βοΈ Interactive with JavaScript β‘
βοΈ User Authentication System π
βοΈ Login & Signup functionality with validation
βοΈ Secure password hashing & JWT tokens
βοΈ MongoDB database integration
βοΈ Beginner-friendly π©βπ»π¨βπ»
βοΈ Perfect for Hacktoberfest π
Frontend: HTML5, CSS3, JavaScript (Vanilla), Tailwind CSS
Backend: Node.js, Express.js
Database: MongoDB
Authentication: JWT (JSON Web Tokens), bcryptjs
# Clone your fork
git clone https://github.com/<your-username>/Project06.git
# Go inside project
cd Project06
# Open with live server# Clone your fork
git clone https://github.com/<your-username>/Project06.git
# Go inside project
cd Project06
# Install dependencies
npm install
# Start MongoDB (if running locally)
# Windows: net start MongoDB
# macOS/Linux: sudo systemctl start mongod
# Start the server
npm start
# Open in browser
# http://localhost:3000π For detailed setup instructions, see AUTH_SETUP.md

