This repo contains a lo-fi, half built, unstlyed, ES6 JS app. Your task is to complete the project to match the mock ups below.
To complete you'll need to:
- Fork this repo and commit your work into the fork. Once you are complete, create a pull request back into this repo.
- Create JS classes for the
Comments
section of the app. Use theEvent
section as a template. Vanilla JS. - Create CSS for the page. Do not use an existing framework, keep it light weight. Think about effiecency.
$ npm install
$ npm run dev