Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 (3 months ago)
- Default Branch: master
- Last Pushed: 2024-09-01T00:02:54.000Z (2 months ago)
- Last Synced: 2024-09-29T10:21:15.073Z (about 1 month ago)
- Topics: nextjs, redux-toolkit, school-management, tailwind
- Language: TypeScript
- Homepage:
- Size: 239 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