/Notery-Evernote-Clone

Note web app built with React.js and Firebase

Primary LanguageJavaScript

Getting Started

(this project uses react and firebase)

• Clone this repo
• npm install to install all req'd dependencies
• Go to firebase and create a new project. Copy the new project’s API key and replace it with the API key under ./src/index.js/
• Inside your firebase project database, create a new collection called 'notes'
• Inside the new collection, creating the following fields: string-‘title’, string-‘body’
• Inside you new app folder, npm start to start the local server

You can checkout the live preview of this project here -> https://notesauth-9378a.web.app/signin

Project