Skip to content

Commit dfd0f5b

Browse files
authored
Add badges to the readme file
1 parent c68a5da commit dfd0f5b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# pwdmngr
22

3+
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/z1z0v1c/pwdmngr/makefile.yml?branch=main)
4+
![Valgrind](https://img.shields.io/badge/valgrind-%20checked-success)
5+
![Last Commit](https://img.shields.io/github/last-commit/z1z0v1c/pwdmngr)
6+
37
A simple password management tool written in **C** that uses **SQLite** for data storage. Developed for **Linux** systems as a learning project.
48

9+
[![C](https://img.shields.io/badge/language-C-darkgrey.svg)](https://en.wikipedia.org/wiki/C_(programming_language))
10+
[![SQLite](https://img.shields.io/badge/database-SQLite-blue.svg)](https://www.sqlite.org/)
11+
[![Linux](https://img.shields.io/badge/platform-Linux-red.svg)](https://www.linux.org/)
12+
513
## Features
614

715
- User registration and login system with credential validation

0 commit comments

Comments
 (0)