Skip to content

nsc9605/N.Cat_Portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

72 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Nicole Catapano Portfolio

License: MIT

Description

This is a professional portfolio created using React displaying information about me, projects I have completed with description, deployed link and link to GitHub Repository as well. Included is a recent photograph as well as some background information about me. This page is user friendly and when you click one of the links in the navigation, it scrolls to each corresponding section. Projects are mapped through a javascript file with information and displayed in cards on the page under projects.

πŸ“ Click here to view deployed page! πŸ“

Table of Contents

Demonstration

About Me Section

AboutMe

Projects Section

Projects

Contact Information

Contact

Directory Structure

β”œβ”€β”€ node_modules
β”‚
β”œβ”€β”€ public
β”‚Β Β  └── favicon.ico
β”‚Β Β  └── index.html
β”‚Β Β  └── manifest.json
β”‚Β Β  └── robots.txt
β”‚
β”œβ”€β”€ src
β”‚Β Β  └── assets
β”‚Β Β      └── img
β”‚Β Β          └── about.png
β”‚Β Β          └── all-roles.png
β”‚Β Β          └── burg.png
β”‚Β Β          └── contact.png
β”‚Β Β          └── Employee-Directory.gif
β”‚Β Β          └── github.svg
β”‚Β Β          └── graphs.png
β”‚Β Β          └── header1.png
β”‚Β Β          └── luck.png
β”‚Β Β          └── music.png
β”‚Β Β          └── pour-it-up.gif
β”‚Β Β          └── projects.png
β”‚Β Β          └── self.jpeg
β”‚Β Β          └── weather.png
β”‚Β Β      └── Nicole-Catapano-2021.pdf
β”‚
β”‚Β Β  └── components
β”‚Β Β      └── Footer
β”‚Β Β          └── Footer.js
β”‚Β Β          └── style.css
β”‚Β Β      └── Header
β”‚Β Β          └── Header.js
β”‚Β Β          └── style.css
β”‚Β Β      └── Nav
β”‚Β Β          └── Navtabs.js
β”‚Β Β          └── style.css
β”‚Β Β      └── Project
β”‚Β Β          └── Project.js
β”‚Β Β         
β”‚Β Β  └── pages
β”‚Β Β      └── About
β”‚Β Β          └── index.js
β”‚Β Β          └── style.js
β”‚Β Β      └── Contact
β”‚Β Β          └── index.js
β”‚Β Β      └── Home
β”‚Β Β          └── Home.js
β”‚Β Β      └── Portfolio
β”‚Β Β          └── index.js
β”‚
β”‚Β Β  └── utils
β”‚Β Β      └── Projects.js
β”‚
β”‚Β Β  └── App.jsx
β”‚Β Β  └── index.css
β”‚Β Β  └── index.js
β”‚
β”œβ”€β”€ package-lock.json
β”œβ”€β”€ package.jsonΒ Β 
β”‚
β”œβ”€β”€ README.md

Features

  • When the user clicks on the nav-link item it brings them to a new page corresponding to the topic.
  • When About Me is selected, it will them to a page /about containing photograph and description about me.
  • In the Projects section, will bring the user to a page /projects applications are showcased with titled images, short description, languages/tech used and link to Github repo are provided for each.
  • Links to social bars are provided in the Contact Me section and brought to a new page /contact in a card for the person to select as well as in the footer on each page. When an icon is pressed, it will take you directly to the page such as my LinkedIn page, GitHub Profile, as well as open a new email draft when clicked depending on the users provider, and the phone icon is set to call when clicked, or user can hover over the icon and the links/info will be displayed at the bottom of the page.
  • When Resume is clicked it will provide a downloadable PDF file of my up-to-date resume.
  • This page has a responsive layout that adapts to different viewport--allowing it to be used on different device layouts/screen sizes.

Usage

Click here to deploy application!

License

License: MIT

This application is licensed under the MIT License.

Contribution

This project was creating with help from:

Technologies

Contact Information

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can’t go back!

If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify