Implemented core features: User Login, Editor, Authentication, Paste Detection, and Session Storage#186
Open
abhishekOvO wants to merge 27 commits into
Open
Conversation
- Added dotenv package to manage environment variables in the backend. - Configured dotenv in server.js to load MongoDB URI from .env file. - Created package.json and package-lock.json entries for dotenv. - Added dotenv skill documentation for usage and advanced features. - Introduced dotenvx for enhanced functionality including encryption and multi-environment support.
…nctionality in Dashboard
- Added main application structure with App component and routing setup. - Implemented authentication components: Login and Register. - Created a Navbar component for navigation based on user authentication state. - Added CSS styles for layout and components. - Included assets: hero image and SVG logos for React and Vite. - Configured Vite for development with React support. - Established global CSS variables for theming and styling.
…package.json; add newline in User model
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 Project Link
Vi-Notes Live
👥 Team Members & Contributions
Abhishek (WIN251197)
Feature: Save Writing Session Data
Nikhitha (WIN251472)
Feature: Registration & Login with Role-Based Access
Julia G (WIN251351)
Feature: Basic Writing Editor
Vidya Vaishnavi Majeti (WIN251664)
Feature: Paste Detection & Admin Dashboard
onPasteevent🚀 Features Implemented
📌 Summary
All features are integrated and functioning together. The system supports auto-saving, authentication, and seamless continuation of user sessions after re-login.