Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.14 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.14 KB

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.