All Projects â†’ HarrisJT â†’ Web Launch Checklist

HarrisJT / Web Launch Checklist

📋 A simple website launch checklist to keep track of the most important enrichment possibilities for a website.

Projects that are alternatives of or similar to Web Launch Checklist

Lighthouse Check Action
GitHub Action for running @GoogleChromeLabs Lighthouse audits with all the bells and whistles 🔔 Multiple audits, Slack notifications, and more!
Stars: ✭ 175 (-18.22%)
Mutual labels:  seo, performance, accessibility
Awesome Checker Services
✅ List of links to the various checkers out there on the web for sites, domains, security etc.
Stars: ✭ 662 (+209.35%)
Mutual labels:  list, seo, website
React Virtual List
Super simple virtualized list React component
Stars: ✭ 597 (+178.97%)
Mutual labels:  list, performance
Listpool
Optimized allocation free implementation of IList using ArrayPool.
Stars: ✭ 25 (-88.32%)
Mutual labels:  list, performance
Awesome Music Listening
Awesome list of websites dedicated to listening to music
Stars: ✭ 60 (-71.96%)
Mutual labels:  list, website
Awesome Web Desktops
Websites, web apps, portfolios which look like desktop graphical user interfaces
Stars: ✭ 420 (+96.26%)
Mutual labels:  list, website
React Virtualized
React components for efficiently rendering large lists and tabular data
Stars: ✭ 22,963 (+10630.37%)
Mutual labels:  list, performance
Accessibility Checklist
Stars: ✭ 41 (-80.84%)
Mutual labels:  checklist, accessibility
thankyounext
Next.js starter template featuring Preact, TypeScript, Tailwind CSS and much more
Stars: ✭ 18 (-91.59%)
Mutual labels:  accessibility, seo
Lantern
Mac app for website auditing and crawling
Stars: ✭ 167 (-21.96%)
Mutual labels:  seo, website
Front End Performance Checklist
ðŸŽŪ 더 ëđ ëĨīęēŒ ėž‘동하는 프론íŠļė—”ë“œ ė„ąëŠĨ ėēī큎ëĶŽėŠĪíŠļ
Stars: ✭ 183 (-14.49%)
Mutual labels:  checklist, performance
Webapp Checklist
Technical details that a programmer of a web application should consider before making the site public.
Stars: ✭ 320 (+49.53%)
Mutual labels:  seo, performance
Lighthouse Action
ðŸ’ĄðŸ  GitHub Action for running @GoogleChromeLabs Lighthouse webpage audits
Stars: ✭ 263 (+22.9%)
Mutual labels:  seo, accessibility
Website-Audit
It's an open-source report template that guides web professionals thought steps to audit any website in terms of the page speed and technical SEO optimisation.
Stars: ✭ 18 (-91.59%)
Mutual labels:  website, seo
Bundle Buddy Webpack Plugin
🐐🐐🐐🐐 bundle-buddy-webpack-plugin 🐐🐐🐐🐐
Stars: ✭ 199 (-7.01%)
Mutual labels:  performance, website
Head
A simple guide to HTML <head> elements
Stars: ✭ 28,892 (+13400.93%)
Mutual labels:  list, seo
Checklist
📋 A Frontend Checklist for Websites
Stars: ✭ 248 (+15.89%)
Mutual labels:  checklist, performance
playwright-lighthouse
🎭: Playwright Lighthouse Audit
Stars: ✭ 120 (-43.93%)
Mutual labels:  accessibility, seo
Lighthouse Keeper
Keep an eye on Google Lighthouse score changes directly on GitHub ðŸ’ĄðŸ‘€
Stars: ✭ 82 (-61.68%)
Mutual labels:  performance, accessibility
Front End Performance Checklist
ðŸŽŪ The only Front-End Performance Checklist that runs faster than the others
Stars: ✭ 13,815 (+6355.61%)
Mutual labels:  checklist, performance

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.

 <section class="checklist">
        <h2 class="checklist__title">TITLE OF SECTION</h2>
        ...
        <ul class="checklist-container">
            <li class="checklist-item">
                <input id="" type="checkbox"/><label for="" class="checkbox"></label><span
                    class="checklist-item__title">CHECKLIST ITEM TITLE</span>
               ...
                <div class="info-container">
                    <div class="info">
                        EXTRA INFORMATION
                    </div>
                </div>
            </li>
  • Repeat the <li class="checklist-item"> block for more checklist items.
  • Repeat the <section class="checklist"> 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 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


See also the list of contributors who participated in this project.

This project is licensed under the CC BY-SA 4.0 License - see the Creative Commons License website for details

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].