Pinned Repositories
advent-of-code-2023
My solutions for Advent of Code 2023.
Background-Image-Slider
Background Image Slider built in JS.
Binary-to-Decimal
Binary to Decimal number converter.
blog_preview_card_main
HTML and CSS challenge to build a blog preview card for Frontend Mentor
BMI-Calculator-App
BMI calculator app
book-directory-cli
Project is a CLI program that stores a book directory in a database. It uses REST API to connect the database to the application. The application allows the user to perform CRUD operations on the book directory using HTTP commands.
calculator
Basic calculator built using HTML, CSS, and JS. Part of the Odin Project.
calculator-app
Calculator app built using HTML, CSS and JS.
cli-login-app
This command-line interface (CLI) program allows you to create an account, log in, and manage your user account. App uses a RESTful API and a PostgreSQL database.
cli-password-manager
A CLI based program, that allows users to store and retrieve their passwords. Passwords are encrypted using bcrypt.
Bnjackson's Repositories
Bnjackson/advent-of-code-2023
My solutions for Advent of Code 2023.
Bnjackson/blog_preview_card_main
HTML and CSS challenge to build a blog preview card for Frontend Mentor
Bnjackson/book-directory-cli
Project is a CLI program that stores a book directory in a database. It uses REST API to connect the database to the application. The application allows the user to perform CRUD operations on the book directory using HTTP commands.
Bnjackson/calculator
Basic calculator built using HTML, CSS, and JS. Part of the Odin Project.
Bnjackson/cli-login-app
This command-line interface (CLI) program allows you to create an account, log in, and manage your user account. App uses a RESTful API and a PostgreSQL database.
Bnjackson/cli-password-manager
A CLI based program, that allows users to store and retrieve their passwords. Passwords are encrypted using bcrypt.
Bnjackson/cli-quiz-app
A simple quiz program that is CLI based. Built using JavaScript and node.js.
Bnjackson/cli-task-manager
Command Line Interface task manager application. Built using JS
Bnjackson/cli-task-manager-V2
A CLI based task manager that uses a REST API to perform CRUD operations on the tasks stored in a SQLite database.
Bnjackson/cli-weather-forecast
A CLI based task manager that gets weather data from an API and outputs it to the console based on user location input.
Bnjackson/eloquent-javascript-exercises
Solutions for the exercises from the book Eloquent JavaScript
Bnjackson/etch-a-sketch
Etch-a-Sketch built using HTML, CSS, and JavaScript for the Odin Project.
Bnjackson/exercises-for-programmers
Solutions for the exercises from the book Exercises for Programmers. Completed using JavaScript.
Bnjackson/FAQ_accordion
FAQ accordion built using HTML, CSS, and JS. Challenge for Frontend Mentor.
Bnjackson/irithyll_themed_startpage
Simple startpage themed around Irithyll of The Boreal Valley from Dark Souls 3.
Bnjackson/js-notes
JavaScript Notes
Bnjackson/JS-stopwatch
Simple stopwatch built using JS
Bnjackson/library-app
A library app built using HTML, CSS, and JS. For the Odin Project.
Bnjackson/odin-landing-page
Landing page for the Odin Project
Bnjackson/odin-project
Repository for Odin Project. https://www.theodinproject.com/dashboard
Bnjackson/Parallax-slider
Responsive parallax slider. Built using HTML, CSS, JS, and Flickity.
Bnjackson/parallax-website
Parallax website built using HTML and CSS
Bnjackson/password-generator
Password generator built using HTML, CSS, and JS. Generates a random password based on selected user choices.
Bnjackson/portfolio-v1
Version 1 of my web dev portfolio. Built using HTML, CSS, and JS.
Bnjackson/programming-projects
A collection of smaller programming projects built using JavaScript
Bnjackson/rock_paper_scissors
Rock paper scissors game implemented using HTML, CSS, and JavaScript. Project for the Odin Project.
Bnjackson/sign-up-form
Mock sign up form built using HTML, CSS, and JS. Project is part of the Odin project.
Bnjackson/tic-tac-toe-game
Simple 2 player tic tac toe game
Bnjackson/tip-calculator-app
Simple tip calculator app. Built using HTML, CSS, and JS for Frontend Mentor.
Bnjackson/ToDo-app-
Allows you to input, edit, delete and view completed and uncompleted tasks. Built using HTML, CSS and JavaScript.