Skip to content
View shannonsullivan's full-sized avatar

Block or report shannonsullivan

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. crypto-portfolio-tracker crypto-portfolio-tracker Public

    App allows users to keep track of crypto assets in one location to view growth and regression.

    Java

  2. react-crypto-search react-crypto-search Public

    React using Axios to send HTTP request to REST endpoints

    JavaScript

  3. kindle-publishing-service kindle-publishing-service Public

    App provides a service allowing client to publish books to a catalog, access published books in the catalog, and remove published books.

    Java

  4. CryptoPortfolio - Context Provider f... CryptoPortfolio - Context Provider for Auth
    1
    import {Route, Routes, Navigate} from "react-router-dom";
    2
    import React, {useState} from "react";
    3
    import Home from "./pages/Home";
    4
    import Register from "./pages/Register";
    5
    import Login from "./pages/Login";
  5. music-playlist-service music-playlist-service Public

    Service allows customer to create, retrieve, and update custom list of songs.

    Java

  6. CryptoPortfolio - Redux CryptoPortfolio - Redux
    1
    [Redux](https://redux.js.org/introduction/getting-started) |
    2
    [React Redux](https://react-redux.js.org/introduction/getting-started) |
    3
    [Redux Toolkit](https://redux-toolkit.js.org/introduction/getting-started)
    4
    
                  
    5
    npm install @reduxjs/toolkit react-redux