pporche87 / Mmmarkdown

Full Stack JavaScript application using Node, Express, PostgreSQL, and Knexjs
https://peaceful-escarpment-96767.herokuapp.com/
MIT License
0 stars 0 forks source link

Specs #4

Open lumodon opened 7 years ago

lumodon commented 7 years ago

Specifications

These are the basic specs for "Mmmarkdown", broken into 5 stages. If you complete these specs, try taking on some of the Stretch specs.

Stage 1

Setup the repo and file structure, install and configure [Express][], and get a basic server running.

Stage 2

Build out the template structure with [Pug][] for a single-file editor. Don't worry about multiple files for now, or implementing the markdown rendering.

Stage 3

Setup real markdown rendering so that writing in the left panel updates the right panel, and make the "Save" button work.

Stage 4

Build out multiple-file functionality, and use cookies to remember the last opened file.

pporche87 commented 7 years ago

@lumodon just updated the last checkbox for day 3.

pporche87 commented 7 years ago

@lumodon, my current branch finishes the day 4 specs