Skip to content

Sahilsingh0808/Noted--Note-Making-App

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTED


Play Store Link: https://play.google.com/store/apps/details?id=com.sahil.noted&hl=en_IN&gl=US

A simple note keeping mobile application

The project is divided into two parts- Backend and Frontend.

BACKEND: -

The backend is built using NodeJS. Database used is MongoDB. A Rest API (CRUD) has been made which can post, delete, patch, and get data in the form of JSON. This is currently hosted on Heroku.

The authentication is done using Firebase through which users can login/register. Google signup option is also present.

Once the user logs in, he/she can start making notes. Notes can also be edited after their creation. There are different categories too like Work, Home, Favorite, and so on.

FRONTEND: -

The frontend is completely built in Flutter. I have divided the dart screens into authentication and ui folders. Custom packages have been used for dialog boxes and loading screens, and so on. JSON parsing is also handled in this dart (Flutter) platform.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 94.9%
  • HTML 2.5%
  • JavaScript 2.2%
  • Other 0.4%