Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/HarrisJT/web-launch-checklist
:clipboard: A simple website launch checklist to keep track of the most important enrichment possibilities for a website.
https://github.com/HarrisJT/web-launch-checklist
accessibility checklist improve launch list performance security seo web website
Last synced: about 2 months ago
JSON representation
:clipboard: A simple website launch checklist to keep track of the most important enrichment possibilities for a website.
- Host: GitHub
- URL: https://github.com/HarrisJT/web-launch-checklist
- Owner: HarrisJT
- Created: 2017-05-30T05:25:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-29T02:52:16.000Z (about 6 years ago)
- Last Synced: 2024-08-03T20:11:43.361Z (5 months ago)
- Topics: accessibility, checklist, improve, launch, list, performance, security, seo, web, website
- Language: HTML
- Homepage: https://weblaunchchecklist.com
- Size: 779 KB
- Stars: 226
- Watchers: 11
- Forks: 36
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - HarrisJT/web-launch-checklist - :clipboard: A simple website launch checklist to keep track of the most important enrichment possibilities for a website. (HTML)
README
# Web Launch Checklist - https://weblaunchchecklist.com/
This website displays the most useful and effective tips for Performance, SEO, Security, Accessibility, Content, and Functionality for websites in checklist form. The checkboxes and counters persist through localstorage and the whole document can be downloaded in multiple formats. I want it to be easy to edit so please fork and suggest changes!
To start a development environment run these commands:
```npm install``` in the root directory of this project
```gulp default``` to watch for changes in main.scss and main.js
## Contributing
Please read the following for details on the process of submitting change ideas.
### Contributing with code:
Create a fork of this repository, run the above commands to start a development environment, then submit a pull request with a title starting either "New:", "Modify:", or "Remove:" depending on the nature of your change.
Here is a sample of what the HTML code block looks like where the all caps text is replaceable. The "..." is where I removed some fixed code for the purposes of examples.
````HTML
TITLE OF SECTION
...
-
CHECKLIST ITEM TITLE
...
EXTRA INFORMATION
- ``` block for more checklist items.
* Repeat the `````` block for more checklist sections.You should limit yourself to editing the:
* Title of the section *(h2 class="checklist__title")*
* Checklist item title *(span class="checklist-item__title")*
* Extra information, keep in mind that only unordered lists and links have defined styles *(div class="info")*### Contributing without coding:
Create an [Issue](https://github.com/HarrisJT/web-launch-checklist/issues/new) with a title starting either "New:", "Modify:", or "Remove:" depending on the nature of your suggestion. Please be as detailed as possible and include credible links where necessary
***
* **Harris J. Thompson** - *Creator* - [Portfolio](https://harrisjt.com/)
See also the list of [contributors](https://github.com/HarrisJT/web-launch-checklist/graphs/contributors) who participated in this project.
This project is licensed under the CC BY-SA 4.0 License - see the [Creative Commons License](https://creativecommons.org/licenses/by-sa/4.0/deed.en_GB) website for details
````
* Repeat the ```