Skip to content

This project is an Electron-based application built using Vite, React, and TypeScript. It demonstrates a simple user authentication system integrated with a back-end API

Notifications You must be signed in to change notification settings

meleshyn/electron-vite-react-app

Repository files navigation

App Demonstration

front-end.mp4

Getting Started

⚠️ Back-End API Requirement

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.

Clone the Repository

git clone https://github.com/meleshyn/electron-vite-react-app.git
cd electron-vite-react-app

Install Dependencies

npm install

Starting the Application

npm run dev

Features of the Application

This 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.

About

This project is an Electron-based application built using Vite, React, and TypeScript. It demonstrates a simple user authentication system integrated with a back-end API

Topics

Resources

Stars

Watchers

Forks