Google Keep like notes application with Firebase authentication and storage.
- React 15
- Redux
- Sagas
- Typescript 2.1
- Firebase
- Firebase authentication
- adding, editing and removing notes
- notes upload to Google Drive
To run QuickNote locally you need Firebase account.
-
Click
Add Firebase to your web app
on Firebase welcome screen and copy credentials. -
Open
src/app.tsx
file. -
Paste Firebase application credentaials at line
28
. -
Run commands:
npm install
npm start
- Open http://localhost:3000 in your browser.
- Register and log in.