Skip to content

JavaScript Notes: Customisable Rich-Text Editor built with React.

Notifications You must be signed in to change notification settings

cesardoliveira/javascript-notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Notes App

JavaScript Notes is a responsive web application to creating notes using Customizable Rich-Text Editor and you can access your notes from anywhere. It was built in two parts, frontend using React and Bulma and backend using Node.js and MongoDB.

Live demo: JavaScript Notes

Tools

  • Create-react-app
  • rbx Bulma UI Framework for React
  • Quill Rich Text Editor

Available Scripts

Clone repo, in the project directory, you can run:

npm install

This command installs a package, and any packages that it depends on.

Getting Started

Before you start, in the project directory, make sure to create a file .env and set a variable like example below:

REACT_APP_BASE_API=http://localhost:3001

Check integration services: javascript-notes-api

Start App

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

About

JavaScript Notes: Customisable Rich-Text Editor built with React.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published