https://github.com/frycz/quick-note
:pencil2: Typescript React Readux Firebase notes application
https://github.com/frycz/quick-note
firebase notes-app reactjs redux saga typescript webpack
Last synced: 3 months ago
JSON representation
:pencil2: Typescript React Readux Firebase notes application
- Host: GitHub
- URL: https://github.com/frycz/quick-note
- Owner: frycz
- License: mit
- Created: 2017-02-14T13:31:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-01T21:28:54.000Z (almost 8 years ago)
- Last Synced: 2025-08-04T09:14:48.269Z (11 months ago)
- Topics: firebase, notes-app, reactjs, redux, saga, typescript, webpack
- Language: TypeScript
- Homepage: https://quicknote-91c7d.firebaseapp.com/
- Size: 616 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quick Note
Google Keep like notes application with Firebase authentication and storage.
[Live demo](https://quicknote-91c7d.firebaseapp.com)
[Read blog post](https://frycz.github.io/projects/quick-note)
### Stack
- React 15
- Redux
- Sagas
- Typescript 2.1
- Firebase
### Features
- Firebase authentication
- adding, editing and removing notes
- notes upload to Google Drive
### Setup
To run QuickNote locally you need [Firebase account](https://firebase.google.com/).
1) Click `Add Firebase to your web app` on Firebase welcome screen and copy credentials.
2) Open `src/app.tsx` file.
3) Paste Firebase application credentaials at line `28`.
4) Run commands:
```
npm install
npm start
```
5) Open http://localhost:3000 in your browser.
6) Register and log in.