From 6f88afe5715839573a05dfca38b8fb3e7b863204 Mon Sep 17 00:00:00 2001 From: Arjuna Ragil Putera Date: Wed, 21 Jan 2026 23:25:28 +0700 Subject: [PATCH] Add Node version badge to README Added Node version badge to the README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ba3c13a..fedb401 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@
![React Version](https://img.shields.io/badge/React-19-blue?style=for-the-badge&logo=react) +![Node Version](https://img.shields.io/badge/Node-20-blue?style=for-the-badge&logo=node) ![Go Version](https://img.shields.io/badge/Go-1.25-blue?style=for-the-badge&logo=go&logoColor=white) ![Postgres](https://img.shields.io/badge/PostgreSQL-16-336791?style=for-the-badge&logo=postgresql) @@ -127,3 +128,4 @@ Recommended to install make for easier run command ## 🤝 Contributing Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change. ### Made with 💙 and ☕ by Juna +> This is my first ever "kinda" big project, so sorry if there is something wrong with the planning or my coding habit. I'm open for any type of critics :)