front-end.mp4
This Electron app requires the back-end API for user authentication and data management. Make sure to start the back-end API as described in the nestjs-jwt-sequelize-app instructions.
git clone https://github.com/meleshyn/electron-vite-react-app.git
cd electron-vite-react-appnpm installnpm run devThis Electron-based application provides essential functionality for managing user accounts, including:
- User Registration: Allows new users to sign up and create an account.
- User Login: Authenticates existing users to grant access to the app.
- User Dashboard: Displays personalized user data and information after successful login.
All actions are seamlessly integrated with the back-end API, which handles authentication, data storage, and management. For more detailed information, please refer to the API Documentation.