wolfjfly / Note-Taker-challenge-11

Your challenge is to create an application called Note Taker that can be used to write and save notes. This application will use an Express.js back end and will save and retrieve note data from a JSON file.
0 stars 0 forks source link

WHEN I open the Note Taker #1

Closed wolfjfly closed 1 year ago

wolfjfly commented 1 year ago

THEN I am presented with a landing page with a link to a notes page

wolfjfly commented 1 year ago

Done