Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 707 Bytes

README.md

File metadata and controls

48 lines (31 loc) · 707 Bytes

Logo

Shadow Notes 📝

An notes taking app built with React and Firebase 🔥

Demo

ShadowNotes

Screenshots

App Screenshot Editing Note Screenshot

Features

  • Save notes to cloud ☁️
  • Live previews 👀
  • Share notes 🤝
  • Filter notes 🔎
  • Drag and drop when creating notes 🖱

Run Locally

Clone the project

  git clone https://github.com/Dinesh-Gautam/shadow-notes.git

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm start