Skip to content

ApurvaSawant11/Dazzle-Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dazzle Notes

Save notes and Ideas all at one place...


Table of Contents


Introduction

  • Dazzle notes provides an easier way to save lists, notes and more...
  • This website uses Firebase for backend.

Features

  • Authentication - Login, Signup and Logout
  • Create, Edit and Delete Notes
  • Rich Text Editor integrated :
    • Different text styles
    • Add Link/URL to notes
    • Add Images to notes
    • More styling tools
  • Add tags to notes
  • Add priority to notes
  • Filter and/or sort notes by:
    • Filter by tags
    • Search by note title or content
    • Sort by creation date
    • Sort by Priority
  • Create Folders and Add notes to the folders
  • Dark mode

Mini Demo

Dazzle Notes Demo


Getting Started

  1. clone the repository on your local machine with the command below in your terminal, and cd into the dazzle-notes folder
git clone https://github.com/ApurvaSawant11/Dazzle-Notes.git
cd dazzle-notes
  1. install dependencies (if you are using yarn then do with that)
npm install
  1. create a .env file at the root level of the directory and add all the firebase app configation keys.
REACT_APP_<KEY_NAME> = <FIREBASE_SECRET_KEY>
  1. start the server
npm start

Connect

About

A note taking app created with firebase as backend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published