Single page application for displaying,creating,updating and deleting notes with ability to add/remove tags
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.
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
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
- 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