The Troy Zada website is an application designed to share my story by detailing my various experiences including education, work, and projects.
Production
·
Netlify
Table of Contents
The Troy Zada website helps users view information about me in one of the following categories:
- Home: Basic information as well as social media links
- Education: Universities I attended and awards I achieved
- Experience: Previous history of companies I worked at
- Skills: Proficiency in interpersonal and professional skills
- Portfolio: Projects I am working on or have completed
- Blog: Stories shared about past experiences
- Contact: A way to reach out and leave me a message
Ensure the following applications are locally installed:
Install node dependencies:
npm install
- Install the additional packages. As as example:
npm install react-icons - Commit the
package.jsonandpackage-lock.jsonfiles
Start the application at http://localhost:3000:
npm start
Run the unit tests:
npm test
Run the eslint script:
npm run lint
See if any files require formatting:
npm run prettier:check
Fix files that require formatting:
npm run prettier:write
