javiistacks / react-portfolio

https://javiistacks.github.io/react-portfolio/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unit 20 React Homework: React Portfolio

Generic badge GitHub language count GitHub top language

React Portfolio

Table of Contents

Introduction

React Portfolio

Demo

Screencast Demo

Samples

Screenshot

Installations

Type the following npm install commands:

1. yarn install

on the command line while in the Employee-Directory folder. This will download all dependencies.

CLICK HERE TO SEE ALL NPM PACKAGES
  • @testing-library/jest-dom

    • The @testing-library/jest-dom library provides a set of custom jest matchers that you can use to extend jest.
  • @testing-library/react

    • The React Testing Library is a very light-weight solution for testing React components..
  • @testing-library/user-event

    • user-event is a companion library for Testing Library that provides more advanced simulation of browser interactions than the built-in fireEvent method.
  • axios

    • Axios is a promise based HTTP client for the browser and Node. js.
  • bootstrap

    • Sleek, intuitive, and powerful front-end framework for faster and easier web development.
  • dateformat

    • A node.js package for Steven Levithan's excellent dateFormat() function.
  • gh-pages

    • Publish files to a gh-pages branch on GitHub (or any other branch anywhere else).
  • react

    • The react package contains only the functionality necessary to define React components.
  • react-bootstrap

    • React-Bootstrap replaces the Bootstrap JavaScript. Each component has been built from scratch as a true React component, without unneeded dependencies like jQuery.
  • react-bootstrap-table-pro

    • This is a React component for working with data tables! It allows to search, paginate and customize the loading of dynamic data in a table.
  • react-dom

    • This package serves as the entry point to the DOM and server renderers for React.
  • react-scripts

    • This package includes scripts and configuration used by Create React App.
  • web-vitals

    • The web-vitals library is a tiny (~1K), modular library for measuring all the Web Vitals metrics on real users, in a way that accurately matches how they're measured by Chrome and reported to other Google tools (e.g. Chrome User Experience Report, Page Speed Insights, Search Console's Speed Report).

Usage

👨🏽‍💻Open in Integrated Terminal

To Run application locally while in the Employee-Directory folder type

yarn start 

Created by

Repository

Github Repository

Repository at react-portfolio

Deployment

Deployment was made possible with GH Pages. Check out my react portfolio at the link below.

License

Copyright (c) Javiann Marrero. All rights reserved.
Please be kind and change content if you wish to use this code.

Licensed under the GNU General Public License v3.0

Copyright (c) 2021 - present | Javiann Marrero

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

https://javiistacks.github.io/react-portfolio/


Languages

Language:HTML 100.0%