Pinned Repositories
ar-exercises
Active Record exercises (Ruby).
BootcampX
Practice SQL with PostgreSQL and Node Postgres.
Furbook
Social Media app for pets where they can make friends, share posts or find true love. Final Project at LHL/ Collab with @sylvielcq and @Coltonb-boop.
jungle-rails
An e-commerce Rails app that sells plants. Built for learning Rails through example.
OnePass
OnePass is an app that helps you generate passwords and store them securely (salting).
scheduler
React app that manages appointments between mentors and students in Lighthouse Labs.
Simon
Simon is a game of short-term memory skill that creates a series of tones and lights, and requires a user to repeat the sequence.
SpotFinder
An app that allows users to discover and create maps: 'Best Dog Parks', 'Best Restaurants in Town', etc.
TinyURLs
An app that allows users to shorten long URLs. Built with TypeScript, React JS and Express + Testing with Jest.
Wiki-Map
Midterm project for LHL: Wiki Map lets you create, navigate or modify maps depending on your interests: "Best Dog Parks", "Best Restaurants Around Town", etc. Worked on this with @Coltonb-boop.
Purpleknife's Repositories
Purpleknife/TinyURLs
An app that allows users to shorten long URLs. Built with TypeScript, React JS and Express + Testing with Jest.
Purpleknife/Furbook
Social Media app for pets where they can make friends, share posts or find true love. Final Project at LHL/ Collab with @sylvielcq and @Coltonb-boop.
Purpleknife/scheduler
React app that manages appointments between mentors and students in Lighthouse Labs.
Purpleknife/Simon
Simon is a game of short-term memory skill that creates a series of tones and lights, and requires a user to repeat the sequence.
Purpleknife/Wiki-Map
Midterm project for LHL: Wiki Map lets you create, navigate or modify maps depending on your interests: "Best Dog Parks", "Best Restaurants Around Town", etc. Worked on this with @Coltonb-boop.
Purpleknife/OnePass
OnePass is an app that helps you generate passwords and store them securely (salting).
Purpleknife/SpotFinder
An app that allows users to discover and create maps: 'Best Dog Parks', 'Best Restaurants in Town', etc.
Purpleknife/ar-exercises
Active Record exercises (Ruby).
Purpleknife/BootcampX
Practice SQL with PostgreSQL and Node Postgres.
Purpleknife/jungle-rails
An e-commerce Rails app that sells plants. Built for learning Rails through example.
Purpleknife/contribute-to-open-source
Learn the GitHub workflow by contributing code in a fun simulation project.
Purpleknife/file_server
Goal: Build a Server and a Client (with net module) where the Client can connect to the server via TCP and send a request for a file (by filename), while the server looks for requested files locally and sends back the data.
Purpleknife/fish-tank
Goal: Add additional features for an interactive fish tank app (Add more fish, change the pictures, change the behavior of the fish...).
Purpleknife/git-mania
Git Collaboration Exercise
Purpleknife/iss_spotter
Goal: Create an App to spot the International Space Station (ISS) whenever it passes overhead your location. 2 methods were used: nested Callbacks and Promises.
Purpleknife/json_the_cat
Goal: Build a command line App so the user can chose the breed name, then fetch the info from the API (https://api.thecatapi.com/v1/breeds/search?q=siberian) to the user.
Purpleknife/LightBnB
App that allows home owners to rent out their homes to people on vacation. Created to practice SQL, PostgreSQL + working with databases.
Purpleknife/lightcoin-crypto
LightCoin (LHL) Crypto App
Purpleknife/page-fetcher
Goal: Create an App that downloads the resource at the URL (http://www.example.edu/) to a local path in your machine (./index.html).
Purpleknife/pair-programming-word-search
Goal: Refactor the code already provided, make it pass the tests and add more test cases. Worked on this with Sylvie Lacoque (for the Pair Programming assignment in LHL).
Purpleknife/profile_generator
Goal: Create a survey App that asks the user a bunch of questions like their favourite music, activity, food, sport, etc ; then generates a profile description for them to use online.
Purpleknife/Purpleknife
README profile.
Purpleknife/scheduler-api
API server we're going to make requests to, to run Scheduler App.
Purpleknife/scheduler-dashboard
This project's goal is to practice class components in React.
Purpleknife/snake-client
Goal: Creating a Mutliplayer Snake Game (Client side, Server already provided).
Purpleknife/timer
Goal: Create an alarm that takes input in 2 different ways: receiving the timers ahead of time via process.argv (timer1.js), or 'listening' to user input and set timers on 'demand' (timer2.js).
Purpleknife/tinyapp
A full stack web app built with Node and Express that allows users to submit long URLs and then shorten it.
Purpleknife/todo-list-js-exercise
Todo List App
Purpleknife/tweeter
A twitter clone project, to help gain front-end dev chops. This is a frond-end project, back-end was provided by Lighthouse Labs.
Purpleknife/TwO-O-Player-Math-Game
A math game between 2 players, built with Ruby.