Login system banner

Login system

2 devlogs
2h 18m 9s

The Login-system repository is a web project focused on providing a simple and functional authentication system. It is built using a combination of JavaScript (more info on used stack on GitHub), CSS, and HTML, making it well-suited for web-based …

The Login-system repository is a web project focused on providing a simple and functional authentication system. It is built using a combination of JavaScript (more info on used stack on GitHub), CSS, and HTML, making it well-suited for web-based applications or as a learning project for developers who want to explore the fundamentals of user authentication. This project focuses on backend, that’s why the frontend isn’t my priority as of right now..

This project uses AI

I used github copilot pro to do the frontend and help me with deploying to vercel and render. I used it to help me with debugging aswell

Demo Repository

Loading README...

Andre

Finally, everything works, I added frontend on vercel backend on render and mongodb is on Atlas (so just online instead of localhost), it works quite fine but vercel need some time to cold start, but it shouldn’t take more than a minute to start

Attachment
0
Andre

Shipped this project!

Hours: 0.81
Cookies: 🍪 1
Multiplier: 1.5 cookies/hr

I recently completed a full-stack authentication project that demonstrates the core functionality of modern web applications: user registration, secure login, and a personalized dashboard. The project is built with a straightforward tech stack and focuses on practical implementation rather than over-engineering

Andre

Once authenticated, users are redirected to a dashboard that displays their username and email. The dashboard pulls data from the server using the user’s ID stored in localStorage. There’s also a logout button that clears the session and redirects back to the landing page.

Attachment
0