This repository has been archived on 2023-01-17. You can view files and clone it, but cannot push or open issues or pull requests.
old_tarasis.net/FrontendMentor/ping-coming-soon-page-master/work-through/myProcess.md

14 lines
258 B
Markdown

6th Sept 2020
Next project, decided to go for something slightly different with a little JavaScript required.
Added basic files for css and javascript, including a .jshintrc file
```
{
"esversion": 6,
"browser": true,
"strict": "global"
}
```