Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhishek-bharti1/oneinapp
Project for openinApp
https://github.com/abhishek-bharti1/oneinapp
css3 express figma google html5 node-js oauth2 passport react-router-dom reactjs
Last synced: about 8 hours ago
JSON representation
Project for openinApp
- Host: GitHub
- URL: https://github.com/abhishek-bharti1/oneinapp
- Owner: Abhishek-Bharti1
- Created: 2024-02-06T12:42:20.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-02-07T05:28:35.000Z (9 months ago)
- Last Synced: 2024-02-07T14:59:36.134Z (9 months ago)
- Topics: css3, express, figma, google, html5, node-js, oauth2, passport, react-router-dom, reactjs
- Language: JavaScript
- Homepage: https://onein-app.vercel.app
- Size: 388 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenInApp
## Description
This project is a simple authentication system integrated with Google authentication. Users can sign in using their Google accounts with just one click. The project is built using Node.js, Express.js, and Passport.js for authentication and React.js, HTML,CSS for frontend.## Installation
To install the project dependencies, run the following command:
npm startOnce the server is running, open your web browser and navigate to `http://localhost:3000` to access the application.
## Error Messages
If a user does not enter any fields during sign-in, they will receive appropriate error messages indicating the missing information.## Dependencies
- React.js
- HTML
- CSS
- Node.js
- Express.js
- Passport.js
- Other dependencies can be found in the `package.json` file.