https://github.com/ruben-velasquez/school-app
The aim of this project is to have a robust application where a student can store their notes, to-do tasks and grades.
https://github.com/ruben-velasquez/school-app
nextjs redux-toolkit school-management tailwind
Last synced: 8 months ago
JSON representation
The aim of this project is to have a robust application where a student can store their notes, to-do tasks and grades.
- Host: GitHub
- URL: https://github.com/ruben-velasquez/school-app
- Owner: ruben-velasquez
- Created: 2024-08-18T23:43:01.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-09T18:44:13.000Z (about 1 year ago)
- Last Synced: 2025-01-31T04:26:20.518Z (8 months ago)
- Topics: nextjs, redux-toolkit, school-management, tailwind
- Language: TypeScript
- Homepage: https://school-app-lyart-beta.vercel.app
- Size: 291 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# School Management App
The aim of this project is to have a robust application where a student can store their notes, to-do tasks and grades. All the data is stored using the browser's local storage, so your data doesn't go to the cloud, it stays on your computer. ***Keep in mind that this doesn't mean that is more secure***.
The project is primarily built using TypeScript, Nextjs, TailwindCSS and Redux.
Features
- [ ] Grade point average
- [x] Annotations
- [x] Pending activities (To-do list)
- [ ] School timetable
- [ ] Dark and light mode