https://github.com/amaranand360/school-erp
School Erp web app
https://github.com/amaranand360/school-erp
electron-app firebase-database react rest-api
Last synced: about 2 months ago
JSON representation
School Erp web app
- Host: GitHub
- URL: https://github.com/amaranand360/school-erp
- Owner: amaranand360
- Created: 2023-10-05T17:47:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T03:54:30.000Z (almost 2 years ago)
- Last Synced: 2025-06-21T08:07:05.586Z (about 1 year ago)
- Topics: electron-app, firebase-database, react, rest-api
- Language: JavaScript
- Homepage: https://school-erp-web-app.vercel.app/
- Size: 1.52 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# School ERP Desktop App
A desktop application for school management built with Electron, React, and Tailwind CSS.
### For Login use credential
- username ```admin```
- password ```admin```
## Features
- Manage student information
- Track attendance and grades
- Generate reports
- Admin and teacher dashboards
## Technologies Used
- [Electron](https://www.electronjs.org/) - Build cross-platform desktop apps with JavaScript, HTML, and CSS.
- [React](https://reactjs.org/) - A JavaScript library for building user interfaces.
- [Tailwind CSS](https://tailwindcss.com/) - A utility-first CSS framework.
## Getting Started
### Prerequisites
- Node.js and npm installed
### Installation
1. Clone the repository:
```bash
git clone https://github.com/amaranand360/School-Erp.git
cd app
npm install
npm start
```