Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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



  • ````
    * Repeat the ```
  • ``` 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