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! π
βββ 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
- 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 myLinkedIn
page,GitHub
Profile, as well as open a newemail
draft when clicked depending on the users provider, and thephone
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.
Click here to deploy application!
This application is licensed under the MIT License.
This project was creating with help from:
- My tutor Eric Wallen
- W3Schools
- Arrow icon made by srip
- Visual Studio Code
- React
- Terminal
- GitHub: nsc9605
- Portfolio: Deploy Portfolio
- Email: Nicole Catapano
This project was bootstrapped with Create React App.
In the project directory, you can run:
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.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
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.
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.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify