A web application for generating terminal reports for creche students at Edisam Educational Complex.
- Create and manage student records
- Record student activities and performance
- Add personalized remarks for each student
- Upload student photos
- Manage student promotion to next classes
- Track student bills
- Add teacher's signature (draw or upload)
- Generate and download PDF reports for all students
- Fill in the school term information (starting admission number, number of students, total attendance, academic year, term, next term date, and vacation date)
- Enter student names and attendance
- Mark student activities using the "Mark Activity" button
- Add remarks for each student using the "Give Remarks" button
- Upload student photos using the "Upload Student Photos" button
- Set promotion status for students using the "Promote All Students to:" button
- Enter bill information using the "Pupils Bill" button
- Add teacher's signature using the "Upload Teacher's Signature" button
- Generate and download all reports using the "Download All Reports" button
- HTML5
- CSS3
- JavaScript
- jsPDF (for PDF generation)
- QRious (for QR code generation)
- Clone the repository
- Install dependencies:
npm install
- Start the development server:
or
npm start
npm run dev
- Open your browser and navigate to http://localhost:3000
-
Install Netlify CLI (if not already installed):
npm install netlify-cli -g
-
Login to Netlify:
netlify login
-
Deploy to Netlify:
npm run netlify:deploy
This will create a draft deployment.
-
To deploy to production:
npm run netlify:deploy:prod
- Push your code to GitHub
- Log in to Netlify
- Click "New site from Git"
- Select GitHub as your Git provider
- Select your repository
- Configure build settings (leave as default)
- Click "Deploy site"
This project is licensed under the MIT License.