Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajveeerr/gr-task-1
Designed and created the "decent looking" login and signup page for the Geek Room(college society).
https://github.com/rajveeerr/gr-task-1
Last synced: 17 days ago
JSON representation
Designed and created the "decent looking" login and signup page for the Geek Room(college society).
- Host: GitHub
- URL: https://github.com/rajveeerr/gr-task-1
- Owner: rajveeerr
- Created: 2024-10-20T00:57:01.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T21:10:29.000Z (3 months ago)
- Last Synced: 2024-11-06T17:16:49.414Z (2 months ago)
- Language: HTML
- Homepage: https://grtask01.netlify.app/
- Size: 5.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Geek Room Task-1: Login/Signup Page
Repo contains the code for the login and signup page designed for the Geek Room(college society).
## Deployment
Check out the live demo of the project here: [Live Demo](https://grtask01.netlify.app/)## Screenshots
Login Page:
Signup Page:
## Tech Stack
- **HTML/CSS**: For structuring and styling the login/signup page.
- **JavaScript**: To handle form validations and client-side interactions.
- **Node.js & Express**: Backend for handling user authentication.
- **Zod**: Zod for proper input validation on backend.
- **Database**: MongoDb for storing user credentials.