Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 600 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 600 Bytes

Pages link: https://kennethteh90.github.io/react-note-app/

Note-taking App

This Note-taking App enables a user to add and edit notes

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Node.js

Installing

Clone the repository

git clone https://github.com/kennethteh90/react-note-app.git

Install required dependencies

$ npm install

Start the server

$ npm start

Authors