Skip to content
View w314's full-sized avatar
Block or Report

Block or report w314

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. storeApp storeApp Public

    NodeJs REST API for an e-comerce website. It uses jwt for authentication, a postgreSQL database run in a docker container, and Jasmine for testing. Current functions include: index, show, create pr…

    TypeScript

  2. reactUseRefExample reactUseRefExample Public

    Basic react app that demonstrates the use of the useRef hook by using it to capture a previous state of a state variable, referencing a DOM element and counting the rerenders of the page.

    TypeScript

  3. storeFront storeFront Public

    An e-commerce front end built with Angular. Currently displays a list of products, has the possibility to add products to the cart, view the cart and contains a basic mock checkout page.

    TypeScript

  4. reactPokemonsUseReducer reactPokemonsUseReducer Public

    Basic react app that fetches and displays a list of pokemons. The list can be filtered and pokemons can be selected to display more information about them. State is managed by useReducer and passed…

    TypeScript

  5. EmployeeReimbursementSystem EmployeeReimbursementSystem Public

    Fullstack Employee Reimbursement System that allows for reimbursement management. Uses Java / Spring Boot backend and React / TypeScript frontend.

    Java

  6. PetRegistry PetRegistry Public

    Backend for a pet registry application using Spring Boot.

    Java