Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bernadettmarsalik/notes-app
Notes App using Angular, Firestore, Typescript, Bulma and SCSS.
https://github.com/bernadettmarsalik/notes-app
angular app bulma notes notesapp scss typescript
Last synced: 20 days ago
JSON representation
Notes App using Angular, Firestore, Typescript, Bulma and SCSS.
- Host: GitHub
- URL: https://github.com/bernadettmarsalik/notes-app
- Owner: bernadettmarsalik
- Created: 2024-01-06T11:01:53.000Z (12 months ago)
- Default Branch: dev
- Last Pushed: 2024-01-30T18:10:37.000Z (11 months ago)
- Last Synced: 2024-10-16T22:12:13.254Z (2 months ago)
- Topics: angular, app, bulma, notes, notesapp, scss, typescript
- Language: TypeScript
- Homepage: https://notes-app-7f433.firebaseapp.com/
- Size: 200 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NotesApp
This is a notes app developed using Angular CLI with Typescript, Firebase and styled with Bulma & SCSS.
# Function
- User can Add, Edit and Delete notes
- Notes are stored in Firestore
- User can set "normal", "important" or "archived" status for a note# Difficulties I had
- Writing a custom "truncate pipe" for truncating long texts
- Search function to work properly but I managed to make it work# Plans for the future to update this app
- Authentication
- Order notes
- Add pictures/filesThis project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.9.