Software Alternatives, Accelerators & Startups

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 #Photos & Graphics #Image Optimisation 190 social mentions

  2. Simply the best favicon generator. RealFaviconGenerator lets you design your icons platform per platform and creates just the right images and HTML code to get the job done.
    Pricing:
    • Open Source
    • Free
    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.

    #Graphic Design Software #Art Tools #Web Icons 51 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 #JavaScript Framework #Software Development 293 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