This project was bootstrapped with Create React App.
Features include:
- Adding of notes which are then saved to firebase database on the cloud
- Fetching and Listing notes from firebase
- Edit/Update any selected notes on the go
- Delete any selected notes
-
A video demonstration is at https://youtu.be/hD6xC7fRhOw You first need to have internet connection.
-
For local demo, clone the repo on your machine by issuing these commands on your command prompt:
git clone https://github.com/waptik/google-keep-reactjs-firebase.git
cd google-keep-reactjs-firebase
yarn start
ornpm start
and a new tab will automatically open in your browser. If not, just open http://localhost:3000 to view it in the browser.
-
For online demo, Open https://gkeep-react.netlify.com/ to view it in the browser.
Please make sure to read the full guidelines. Your issue may be closed without warning if you do not.
Issues
- Before reporting a new issue, browse through the issues to see if your similar issue hasn't been in existance.
Bugs
- Kindly write an indepth description of the bug alongside a demonstration(image/video) for better understanding.
Feature Requests
- Write a detailed issue, explaning what it should do or how.
- Include screenshot (if needed)
Contribution
- Fork the repo then clone the forked version locally.
- Do your modifications in the
dev
branch (if not existant, kindly create a new one). - Ensure that your version is totally working at your end.
- Send a PR(Pull Request)
Coming Soon
Copyright 2019 Stephane Mensah
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
- Part of the css stylesheet was taken from https://github.com/bchiang7/google-keep-vue-firebase
- We do not have any affiliation with companies mentionned.