https://github.com/namnika/secretauthapp
Share your secrets with strong validation using social media. Steal others' secrets too!! 😉
https://github.com/namnika/secretauthapp
auth express-js mongodb node-js react-router-v6 reactjs social-login
Last synced: 3 months ago
JSON representation
Share your secrets with strong validation using social media. Steal others' secrets too!! 😉
- Host: GitHub
- URL: https://github.com/namnika/secretauthapp
- Owner: Namnika
- Created: 2022-09-21T15:45:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-16T11:34:30.000Z (over 1 year ago)
- Last Synced: 2025-07-13T14:46:35.544Z (about 1 year ago)
- Topics: auth, express-js, mongodb, node-js, react-router-v6, reactjs, social-login
- Language: JavaScript
- Homepage: https://secrets-app-five.vercel.app
- Size: 390 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🔐 Secret Authentication
This app provides strong authenticity for the user and has login/signup access to multiple social apps like Google, Twitter, and Github. Sharing secrets as an unknown person gets easy through this app without worrying about the user's identity or name.
## Overview
### Screenshot

### Link
- Live Site URL: [Secret Authentication](https://secrets-app-five.vercel.app/)
## Process
### Built with
- Semantic HTML5 Markup
- CSS3
- Mobile-first workflow
- AJAX
- [React](https://react.dev/) - JS library
- [Node.js](https://nodejs.org/en) - For backend
- [Express](https://expressjs.com/) - Node.js framework
- [MongoDB](https://mongodb.com/) - Database
- [Passport.js](https://www.passportjs.org/) - For authentication
### To Get Started
- Run the below command in your terminal:
```
npm start
```