An open API service indexing awesome lists of open source software.

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

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
```