Skip to content

Commit

Permalink
✨🐛 Small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
w3cj committed Nov 20, 2019
1 parent 726f51b commit f2f4702
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion PROJECT_DESCRIPTION_TEMPLATE.md
Expand Up @@ -20,9 +20,13 @@

## Tech Stack

* CSS Framework will you use - or no framework
* CSS Framework you will use - or no framework
* Any 3rd party JS libraries like maps, data viz etc.

## Will you try to implement any stretch features?

*

## What will be your process?

* What project management tool will you use?
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -156,8 +156,8 @@ Not required, but if you want to go above and beyond:
* Use plain CSS with Flexbox / grid instead of a CSS Framework
* Settings persistence in the browser with Local Storage or IndexDB
* Hard coded username / password checked against local storage
* Structure your javascript code in an MV* pattern (No 3rd libraries)
* Use a state management pattern in your JavaScript code (No 3rd libraries)
* Structure your javascript code in an MV* pattern (No 3rd party libraries)
* Use a state management pattern in your JavaScript code (No 3rd party libraries)
* Multiple pages with DOM manipulation (SPA) instead of multiple html files.
* Document JavaScript with JSDoc
* E2E testing
Expand Down

0 comments on commit f2f4702

Please sign in to comment.