Software Alternatives & Reviews

Just deployed my first web app. I know it's simple, but any feedback would be greatly appreciated..

Squoosh RealFaviconGenerator.net Prettier
  1. Compress and compare images with different codecs, right in your browser
    Pricing:
    • Open Source
    Good job with using svgs! They are already pretty well optimized. Although you can save at least 10-15% on them by minifying them. Check out svgomg for a visual way to minify svgs and Squoosh for a visual way to minify any other image type.

    #Image Editing #Image Optimisation #Photos & Graphics 173 social mentions

  2. Favicon generator for the mobile era.
    I noticed you are missing all of the meta tags, favicons, social media sharing tags, etc. Check out the favicongenerator for help with all of the required favicon formats and meta tags.

    #Web Icons #Graphic Design Software #Favicon 48 social mentions

  3. An opinionated code formatter
    Pricing:
    • Open Source
    I'm noticing a lack of formatting in your JS. Some files have semi-colons, some don't. Some lines are indented more than others. There's inconsistent use of single vs double quotes. You can easily standardize formatting with a Prettier. It's recommend to run it with husky and lint-staged on every commit so you never commit code which is unformatted. (Same with your HTML and CSS which are inconsistently formatted making it harder to read.).

    #Developer Tools #Code Coverage #Code Analysis 256 social mentions

Discuss: Just deployed my first web app. I know it's simple, but any feedback would be greatly appreciated..

Log in or Post with