google-keep-reactjs-firebase Google Keep clone with ReactJS and Firebase
This project was bootstrapped with Create React App.
Features include:
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
or npm 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
Bugs
Feature Requests
Contribution
dev
branch (if not existant, kindly create a new one).Coming Soon
Author: waptik
Demo: https://gkeep-react.netlify.app/
Source Code: https://github.com/waptik/google-keep-reactjs-firebase
Article covers: How native is react native?, React Native vs (Ionic, Cordova), Similarities and difference between React Native and Native App Development.
Using Firebase and react-router to create protected routes in a react app.
React Hooks and Redux, Send push notifications with ReactJS and Firebase, create web services and database with NodeJS
React Firebase Tutorial. How to store and Retrieve images. Fully featured React Project Tutorial
Learn how to implement an authentication flow using an email sign-in provider with React Native, react-navigation, and react-native-firebase. Managing user authentication flows in a mobile app is one of the most significant features to implement. We are going to discuss one of the strategies to implement an authentication flow using an email sign-in provider with React Native and the latest versions of react-navigation (version 5) and react-native-firebase (version 6) libraries. Yes, for backend service, we are going to use Firebase SDK.