Skip to content

Latest commit

 

History

History
66 lines (41 loc) · 1.65 KB

README.md

File metadata and controls

66 lines (41 loc) · 1.65 KB

NoteApp

Single page application for displaying,creating,updating and deleting notes with ability to add/remove tags

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

You will need to Note.js and React.js to run the application on local machine. To find the installation instructions for your OS, visit :

https://nodejs.org/en/download/

React Installation :

Open Command Prompt and execute following command to install to enable React

npm install create-react-app

Installing

Git clone the repository to your local machine in the src folder :

HTTPS:

$ git clone https://github.com/spp1991/Nomster.git

SSH:

$ git clone https://github.com/spp1991/Note-App.git

(This project was bootstrapped with Create React App)

Open application folder created by git clone command:

$ cd Note-App

You will then be able to start the app locally by runnning:

$ npm start

Built With

  • React.js - A JavaScript library for building user interfaces
  • HTML5 - Web markup language
  • CSS3 - Webpage Style Sheet language
  • Javascript - Web Programming language
  • jQuery - Javascript Framework
  • Material Icon - Symbols for common actions and items