Skip to content

A Note keeping website where a user can write ,delete or edit notes.

Notifications You must be signed in to change notification settings

plug-in-pow/Allnotes

Repository files navigation

Allnotes

In this project we try to implement few features of Evernote.

Visit Allnotes website

Features

  • New User Signup
  • User Login
  • Create Note
  • Delete Note
  • Edit Note
  • Modern Editor
    1. Customize size of title
    2. Embed Video from link
    3. Write Code in special code block
    4. Marker
    5. Quote Support
    6. and many more ..

Frontend

We have used ReactJS for the frontend. Each components used in the project can be found at src/components/ folder. For Editor we have used EditorJS third party package.

Backend

We have used Firebase cloud firestore as our database. Firesbase authentication is used for authentication.

Deployment

This project is deployed over firebase hosting.

Dependencies

  1. Node js >=8.10
  2. Npm >=5.6

Run locally

  1. Clone the project into your local repository.
  2. Open terminal and go to your project folder
  3. Type npm install ( To install all the dependencies )
  4. Create a firebase project
  5. Copy the configuration details
  6. Create a fbconfig.js inside the config folder
  7. Paste the configuration details inside this folder
  8. Type npm start

Screenshots

About

A Note keeping website where a user can write ,delete or edit notes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published