Pinned Repositories
js-to-do-list
Simple To Do List Web App built with HTML, CSS, and Vanilla Javascript
krisnaajiep
My personal repository.
krisnaajiep.github.io
Personal portfolio website showcasing my skills, projects, and contact information. Built with HTML, CSS, and JavaScript.
laravel-expense-tracker-api
An Expense Tracker RESTful API built with Laravel that allow users to create, read, update, and delete expenses uses JSON Web Token (JWT) authentication.
php-blog-system
Simple Blog Platform Web App built with PHP, MySQL, and Bootstrap 5
php-expense-tracker-cli
A simple expense tracker command line interface (CLI) App built with PHP that used to to manage your finances.
php-github-user-activity-cli
A simple command line interface (CLI) to fetch the recent activity of a GitHub user built with PHP and Github API.
php-number-guessing-game
A simple number guessing command line interface (CLI) based game built with PHP where the computer randomly selects a number and the user has to guess it.
php-weather-api
A simple weather API that fetches and returns weather data from a 3rd party API.
slim-todo-list-api
A simple Todo List RESTful API built with PHP and MySQL that allows users to manage their to-do list uses JSON Web Token (JWT) authentication .
krisnaajiep's Repositories
krisnaajiep/php-blog-system
Simple Blog Platform Web App built with PHP, MySQL, and Bootstrap 5
krisnaajiep/js-to-do-list
Simple To Do List Web App built with HTML, CSS, and Vanilla Javascript
krisnaajiep/krisnaajiep
My personal repository.
krisnaajiep/laravel-expense-tracker-api
An Expense Tracker RESTful API built with Laravel that allow users to create, read, update, and delete expenses uses JSON Web Token (JWT) authentication.
krisnaajiep/php-expense-tracker-cli
A simple expense tracker command line interface (CLI) App built with PHP that used to to manage your finances.
krisnaajiep/php-github-user-activity-cli
A simple command line interface (CLI) to fetch the recent activity of a GitHub user built with PHP and Github API.
krisnaajiep/php-number-guessing-game
A simple number guessing command line interface (CLI) based game built with PHP where the computer randomly selects a number and the user has to guess it.
krisnaajiep/php-personal-blog
A simple personal blog web app built with HTML, CSS, and PHP that used to write and publish articles.
krisnaajiep/php-task-tracker-cli
A simple Task Tracker command line interface (CLI) App built with PHP that used to track and manage your tasks.
krisnaajiep/php-weather-api
A simple weather API that fetches and returns weather data from a 3rd party API.
krisnaajiep/slim-blogging-platform-api
A simple RESTful API with basic CRUD operations for a personal blogging platform.
krisnaajiep/slim-todo-list-api
A simple Todo List RESTful API built with PHP and MySQL that allows users to manage their to-do list uses JSON Web Token (JWT) authentication .
krisnaajiep/php-unit-converter
A simple unit converter web app built with HTML, CSS, and PHP that can convert between different units of measurement.
krisnaajiep/php-user-management-system
Simple User Management System using object-oriented PHP, MySQL, and SB Admin 2
krisnaajiep/php-validator
A personal form request validator utility for PHP
krisnaajiep/simple-js-calculator
Very simple calculator using Vanilla javascript