-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,45 @@ | ||
# NoteMania | ||
|
||
## Overview | ||
NoteMania is an Android application designed to help users manage their notes efficiently. | ||
|
||
## Features | ||
- Sign Up | ||
- Login with email verification | ||
- Forgot Password | ||
- Create Notes | ||
- Edit Notes | ||
- Delete Notes | ||
- View Notes | ||
- Logout | ||
|
||
## Screenshots | ||
### Sign Up | ||
![Sign Up](assets/signup.jpg) | ||
|
||
### Login with Email Verification | ||
![Login](assets/login.jpg) | ||
|
||
### Forgot Password | ||
![Forgot Password](assets/forgotpass.jpg) | ||
|
||
### Create, Edit, and Delete Notes | ||
![Create Note](assets/apphome.jpg) | ||
|
||
### Logout | ||
![Logout](assets/logout.jpg) | ||
|
||
## Project Details | ||
This project was developed as part of the course **Software Engineering and Information Systems Laboratory (CSE 3120)** at **Khulna University of Engineering and Technology**. | ||
|
||
- **Platform**: Android | ||
- **Language**: Java | ||
- **Build Configuration Language**: Groovy DSL | ||
- **Database Used**: Firebase | ||
- **IDE Used**: Android Studio | ||
- **Design Pattern Implemented**: Singleton Design Pattern | ||
- **Testing Completed**: Continuous Integration, UI Test | ||
- **Contributors**: | ||
- [Atikur Rahman Asib](https://github.com/Asib-104) | ||
- [Bishal Roy](https://github.com/IronDigger098) | ||
- [Faiyaz Mahmud](https://github.com/faiyaz103) |