How to navigate a web project using the browser inspector and test an open source API with Postman (Part 1)

This page summarizes the projects mentioned and recommended in the original post on dev.to

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. genshin-api-tutorial

    Repo to accompany the tutorial series for Web Dev Newbies

    Have Git installed, then fork the starter kit repository here. The fork button is found at the top right corner.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. api

    A fan-made Genshin Impact API for easy access to game data. (by genshindev)

    Go to the repository and briefly look at its project structure. You can skip the parts on the README.md after Prerequisites. As mentioned in the README.md, you can visit the API site at https://api.genshin.dev/, you will see this is what you get.

  4. notepad-plus-plus

    Notepad++ official repository

    For this hands-on, you can use whatever you want, even Notepad ++ suffices because it is that simple.

  5. Visual Studio Code

    Visual Studio Code

    Personally I recommend Visual Studio Code for Web Development, because of how lightweight it is and easy to download appropriate plugins to aid your coding process. And if you do choose to use this IDE, here are some suggestions for plug-ins to install for this project. HTML CSS Support: Intellisense for auto-completion of HTML attributes Markdown Preview Enhanced: the scroll sync feature is very useful for markdowns. Markdown All-in-One: I greatly benefitted from the keyboard shortcuts for markdown & ToC feature from the plugin. There's also other nifty features you can checkout on the page.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • What I learned from my NodeJS course (part 1)

    3 projects | dev.to | 26 Nov 2024
  • Notepad++ Now Works Better on Windows 11

    7 projects | /r/Windows11 | 9 Mar 2023
  • Does anyone know how to make an html canvas?

    2 projects | /r/code | 3 Feb 2023
  • How to back up neocities site?

    2 projects | /r/neocities | 20 Jan 2023
  • How to fix Menu command error

    3 projects | /r/AutoHotkey | 15 Jan 2023

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?