Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 402 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 402 Bytes

React-Notes-App

Week 6 project of team ARC-J on FoundersAndCoders. Goal: to make a note taking app using React.js

#Instructions

Download it.

  npm install

Start up a basic server from the directory (python -m SimpleHTTPServer or the like).

Check out the app in your browser!

#About

Currently a client-side only project, looking to introduce some server-side stuff in the coming weeks.