Organize tasks efficiently with StickyNotes!
Report Bug
·
Request Feature
- About the Project
- Features
- Getting Started
- Installation
- Roadmap
- Contributing
- License
- Built With
- Contact
StickyNotes is an innovative web application made with Firebase to help you organize your tasks.
Current Features:
- Login to your personal account
- Signup with a new Account
- Add new StickyNote
- All StickyNotes saved into unique stores in Realtime Database
Coming Soon:
- Delete StickyNotes
- More StickyNote Personalization
- Settings
- Clone the repo
git clone https://github.com/sanjaysunil/StickyNotes
-
Open
index.html
to open StickyNotes. -
Create an account or login to your account.
-
Start using StickyNotes!
- Clone the repo
git clone https://github.com/sanjaysunil/StickyNotes
- Open Firebase Console and open console with a new created Firebase Project.
- Obtain your Firebase app credentials and replace with the credentials located in
js/index.js
var config = {
apiKey: "",
authDomain: "",
databaseURL: "",
projectId: "",
storageBucket: "",
messagingSenderId: "",
appId: ""
};
firebase.initializeApp(config);
- Go to the Authentication section of your project and enable Email/Password Signin as a sign up method.
- Go to the Realtime Database section of your project and create a new database in test mode.
- Open StickyNotes, create an account and start organizing tasks!
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.