Pinned Repositories
dotfiles
A collection of my dotfiles
google-books-cli
Command Line Application using Node.js - all within the command line, the user can search for a book with a chosen keyword using Google Book's API, save a book to their reading list with the book's id, and print their reading list.
live-with-intent
Live With Intent is a goal tracking app.
live-with-intent-api
Live With Intent is a goal tracking app. This is the back-end API that will allow for GET, POST, PATCH, and DELETE requests.
reflect-app
Reflect is a 5-minute Mindfulness Meditation web application.
reflect-app-api
Reflect is a 5-minute meditation web application. This API uses GET, POST, PATCH, and DELETE requests to manage the users database and the meditations database.
t-keazirian's Repositories
t-keazirian/dotfiles
A collection of my dotfiles
t-keazirian/google-books-cli
Command Line Application using Node.js - all within the command line, the user can search for a book with a chosen keyword using Google Book's API, save a book to their reading list with the book's id, and print their reading list.
t-keazirian/HTTPServer
t-keazirian/live-with-intent
Live With Intent is a goal tracking app.
t-keazirian/live-with-intent-api
Live With Intent is a goal tracking app. This is the back-end API that will allow for GET, POST, PATCH, and DELETE requests.
t-keazirian/reflect-app
Reflect is a 5-minute Mindfulness Meditation web application.
t-keazirian/reflect-app-api
Reflect is a 5-minute meditation web application. This API uses GET, POST, PATCH, and DELETE requests to manage the users database and the meditations database.
t-keazirian/tic-tac-toe
Tic Tac Toe with Python
t-keazirian/advanced-react-hooks
Learn Advanced React Hooks workshop
t-keazirian/DSA-Arrays
Practice with Data Structures and Arrays
t-keazirian/DSA-Big-O
Practice using Big O Notation, Data Structures, algorithms, and recursion
t-keazirian/DSA-BST
Practice with Binary Search Trees.
t-keazirian/DSA-Hashmaps
Practice with Hashmaps
t-keazirian/DSA-LinkedList
LinkedList Practice
t-keazirian/DSA-Recursion
Practice with Algorithms and Recursion
t-keazirian/DSA-Searching
Practice with Data Structures and Searching
t-keazirian/DSA-Sorting
Practice learning bubble sort, merge sort, and quick sort.
t-keazirian/DSA-Stack-and-Queue
Practice learning Stacks and Queues
t-keazirian/game_of_life
t-keazirian/GildedRose-Refactoring-Kata
Starting code for the GildedRose Refactoring Kata in many programming languages.
t-keazirian/goal-setting-app-wireframes
HTML Wireframes for Reflect web application
t-keazirian/noteful
React challenge built during Thinkful's software engineering boot camp
t-keazirian/practical-python
Practical Python Programming (course by @dabeaz)
t-keazirian/prime-factors-kata
t-keazirian/react-fundamentals
Material for my React Fundamentals Workshop
t-keazirian/react-hooks
Learn React Hooks! 🎣 ⚛
t-keazirian/reflect-app-wireframes
HTML wireframes created for Reflect meditation web application.
t-keazirian/t-keazirian
My personal repository
t-keazirian/taylor-responsive-portfolio
My Personal Portfolio!
t-keazirian/use-state-hook
Practice with using useState() Hook