https://github.com/mohyware/note-taker
simple note taker app for college internet programming course.
https://github.com/mohyware/note-taker
Last synced: about 2 months ago
JSON representation
simple note taker app for college internet programming course.
- Host: GitHub
- URL: https://github.com/mohyware/note-taker
- Owner: mohyware
- Created: 2024-12-16T14:08:40.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-19T04:01:57.000Z (5 months ago)
- Last Synced: 2025-01-31T07:17:49.276Z (4 months ago)
- Language: HTML
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Overview
### we shall finish this app in two days (during other exams) 😭🙏## Progress
- **Features Needed**:
- **Features Completed**: 8 / 8
1. **Login**
2. **Register**
3. **Preview Page**
- Includes **Login** and **Register** buttons and some info about the site.
4. **Forget Password**
- enter mail get its password simple.
5. **Home**:
- contain Crud operations for Notes
6. **Profile**
- display user data and he can edit it (could be the same as register page) .
7. **About**
- includes detailed info about the site.
8. **Contact Us**