Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 718 Bytes

File metadata and controls

16 lines (10 loc) · 718 Bytes

Fly Notes

An exercise in creating a react notes SPA; also using tachyons for styles

This project was bootstrapped with Create React App.

To run locally, run npm install, then once finished, run npm start.

Currently this only runs for the active browser window - refresh or close the tab, start over!

Viewable/usable at http://andreakereliuk.com/flynotes/

Things to make this better

  • defaultProps & propTypes
  • you know, a back end & actual storage (firebase?)
  • better 404 route handling