Skip to content
View Jessweb87's full-sized avatar

Block or report Jessweb87

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

Hi 👋, I'm Jessica Prosper

A passionate frontend developer from Orlando, Florida

My Journey

After years of working in customer service and retail industry, I did not know what I wanted to do. During the pandemic I was on the computer a lot and wondered if I would make a good fit in the tech industry, well within a couple clicks and an assessment I started a bootcamp.

I completed Full Stack Web Development at Bloom Institute of Tech School(FKA Lambda School), an intensive programming bootcamp focusing on JavaScript, HTML, CSS, Node, React, Redux, and SQL.

I look forward to putting the skills I have gained to the test. I am also looking forward to collaborating with beginners and pros on projects to continue building my portfolio.

Currently

  • 🌱 I’m learning Applied Computer Science (JavaScript Algorithms)!
  • 👯 I’m looking to collaborate on any new projects with my peers as I am always looking to learn something new!
  • 💬 Ask me about going to school full-time while managing a family of 7.
  • 📫 How to reach me: jprosper87@gmail.com
  • 📃 Know about my experiences Resume
  • ⚡ Fun fact: I like buying tv's but I never have time to watch anyhing!

Connect with me:

jessica prosper codepen profile codesandbox profile

Languages and Tools:

bash css3 cypress express git heroku html5 javascript jest nextjs nodejs postgresql postman react redux sqlite

Analytics:

jessweb87

 jessweb87

jessweb87

Pinned Loading

  1. node-api1-project node-api1-project Public

    Forked from bloominstituteoftechnology/node-api1-project

    Use Node.js and Express to build an API that performs CRUD operations on users and create a Web API and implement endpoints

    JavaScript

  2. node-db1-project node-db1-project Public

    Forked from bloominstituteoftechnology/node-db1-project

    Write Basic SQL Queries to find all customers. Build RESTful API for the accounts resource. Write some middlewares also write accounts API while using the CRUD operations.

    JavaScript

  3. node-db3-project node-db3-project Public

    Forked from bloominstituteoftechnology/node-db3-project

    Used SQLite Studio to study the data. Write middleware functions in the different files (checkSchemeId, validateScheme, validateStep). Write database functions in the scheme-model.js file and run t…

    JavaScript

  4. node-testing1-project node-testing1-project Public

    Forked from bloominstituteoftechnology/node-testing1-project

    Write the tests in index.test.js. Implement the function or the class in index.js. Run index.js with Nodemon executing npm run dev. Run tests locally with Jest executing npm test.

    JavaScript

  5. node-testing2-project node-testing2-project Public

    Forked from bloominstituteoftechnology/node-testing2-project

    Create a RESTful API using Node and Express, containing endpoints to perform some CRUD operations on a resource of your choosing. Two or three endpoints are enough. Data should be persisted in a SQ…