Pinned Repositories
Airline_week11_homework
A homework to model a system in Java for an online travel booking company. Practices TDD.
AngularInventoryApp
BookManager_week4_lab-homework
A paired lab to complete the controllers & templates for a book manager Flask app. Lab with @TinaHouston. Homework - finish lab & style with CSS.
CardGameEnums_week11_lab
A paired lab to model a simple card game that was built using TDD. Built with @SJ47
Cinema-CRUD-SQL_week4_homework
A homework task which explored the use of various SQL statements.
Cloud-CI-CD-DevOps_Workshop
JavaNewsProject
A news web app which has functionality for both users and admin staff. Insomnia used for testing.
portfolio
My portfolio website created using React, JavaScript & CSS. User can switch between light & dark viewing modes.
SpaceAppProject
An educational React web app. Data is fetched from 3 external APIs and a RESTful JSON API that is stored in a MongoDB database. Implements Leaflet, Highcharts, Three & Canvas libraries. Insomnia used for testing routes. Built as a group with @ReneeNGraham & @scoupar in 6 days.
TravelBucketList_Project
A 'Travel Bucket List' Flask app built according to the MVC software architectural pattern. Full CRUD functionality & RESTful routes. Built with Python, SQL, HTML & CSS. Solo project built in 6 days.
TheStylishCoder's Repositories
TheStylishCoder/JavaNewsProject
A news web app which has functionality for both users and admin staff. Insomnia used for testing.
TheStylishCoder/Airline_week11_homework
A homework to model a system in Java for an online travel booking company. Practices TDD.
TheStylishCoder/AngularInventoryApp
TheStylishCoder/BookManager_week4_lab-homework
A paired lab to complete the controllers & templates for a book manager Flask app. Lab with @TinaHouston. Homework - finish lab & style with CSS.
TheStylishCoder/CardGameEnums_week11_lab
A paired lab to model a simple card game that was built using TDD. Built with @SJ47
TheStylishCoder/Cinema-CRUD-SQL_week4_homework
A homework task which explored the use of various SQL statements.
TheStylishCoder/Cloud-CI-CD-DevOps_Workshop
TheStylishCoder/portfolio
My portfolio website created using React, JavaScript & CSS. User can switch between light & dark viewing modes.
TheStylishCoder/SpaceAppProject
An educational React web app. Data is fetched from 3 external APIs and a RESTful JSON API that is stored in a MongoDB database. Implements Leaflet, Highcharts, Three & Canvas libraries. Insomnia used for testing routes. Built as a group with @ReneeNGraham & @scoupar in 6 days.
TheStylishCoder/CodeclanCaraoke_week2_homework
A homework to model a karaoke bar in a Python program that could check guests in and out and handle songs. Built using TDD.
TheStylishCoder/EmployeeRelationships_week13_lab
A lab to create an application for a company to track their employees, departments and projects (implementing One-to-Many and Many-to-Many relationships, using Spring JPA + Hibernate). Built with @j1e1n
TheStylishCoder/EndangeredAnimals_week6_homework
A homework to create a front-end JavaScript application that allows users to input items via a form and see them displayed in a list.
TheStylishCoder/FilesAndFolders_week13_homework
A homework to consolidate learning of One-to-Many and Many-To-One relationships. Using annotations, repositories, controllers and testing routes with Insomnia.
TheStylishCoder/FilmReleases_week7_homework
A homework to plan and build a React app that displays a list of upcoming film titles (each one linking to the corresponding IMDB page).
TheStylishCoder/FullStackGames_week8_homework
Homework: To navigate a full stack codebase and answer questions to test understanding of the relationship between client, server and database.
TheStylishCoder/IntroToHTML-CSS_week3_homework
An introduction to HTML & CSS lab/homework.
TheStylishCoder/JavaScriptCalculatorTesting_PDA
Homework: To complete both unit and integration testing on the Calculator model and the UI. Using the testing framework Mocha to complete the tests on the Calculator model, and Protractor to complete the UI tests.
TheStylishCoder/JurassicPark_week6_homework
A homework to build an app that can track and manage information about various dinosaurs in a park and the number of visitors that they will attract. Mocha used for testing.
TheStylishCoder/LibraryMultipleClasses_week11_homework
A homework to model a library using Java classes.
TheStylishCoder/MusicLibrary_week4_homework
A homework to create an app that allows a music collector to manage their collection of music. Built with Python & SQL.
TheStylishCoder/PetShop_week1_homework
A homework to introduce test driven development, unittest and writing functions in Python.
TheStylishCoder/ReactNative_ToDoList
React Native ToDo List App
TheStylishCoder/RedditReactApp_week7_homework
A homework to create a multi component React app that makes a request to an API and displays the data. My app fetches 'Food Hacks' from the Reddit API.
TheStylishCoder/RockPaperScissors_week3_homework
A homework to build a Flask app that allows users to play rock, paper, scissors in their browser. Written in Python, HTML & styled with CSS.
TheStylishCoder/ShopWebApp_week3_homework
A homework to model a Flask app which lists customer orders for an online dried flower shop.
TheStylishCoder/SimpleClasses_week11_homework
Homework: To create 3 single classes with methods to perform some functionality. Completed using TDD.
TheStylishCoder/TheStylishCoder
TheStylishCoder/TravellerBasic_week6_homework
Homework: To write code that will make the tests pass and investigate JavaScript's enumerator methods.
TheStylishCoder/WhiskyTracker_week13_lab-homework
A paired lab to build on a whisky tracker; creating custom queries & connecting them to RESTful endpoints. Lab with @kathleenedie. Homework - use conditional logic to create one route for all whisky queries & one route for all distillery queries.
TheStylishCoder/WhoDunnit_week6_homework
A homework to test knowledge of function scope.