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 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
shannonsullivan/README.md

πŸ“Œ About Me

  • 🌱 I just finished a rigorous backend enginerring program through BloomTech
  • πŸ›°οΈ I'm exploring backend development career opportunities
  • πŸŽ“ I have and education in information systems and programming
  • πŸ”­ I aspire to learn even more about AWS and all that's offered

πŸ›  Skills

  • πŸ’» Java | C#
  • 🌐 React | Redux | Angular | HTML | CSS | JavaScript
  • ☁ AWS Lambda | API Gateway | DynamoDB | S3 | Cloudformation

πŸ“« Contact Me

Linkedin Badge Gmail Badge

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