- Project Introduction
- User Story
- Acceptance Criteria
- File Structure
- Installation
- Usage
- Contributing
- Credits
- License 10.Technologies Used
This project is a portfolio website designed to showcase the web development skills of William L. Haynes. It's built with React and features a single-page application that is deployed on Netlify.
AS AN employer looking for candidates with experience building single-page applications I WANT to view a potential employee's deployed React portfolio of work samples SO THAT I can assess whether they're a good candidate for an open position
GIVEN a single-page application portfolio for a web developer WHEN I load the portfolio THEN I am presented with a page containing a header, a section for content, and a footer
Below is the file structure of the project:
/publicfavicon.icovite.svg
/src/assetsreact.svg
/components/FooterFooter.jsxfooter.css
/HeaderHeader.jsxheader.css
/NavigationNavigation.jsxnavigation.css
/ProjectProject.jsxproject.css
/pagesAboutMe.jsxAboutMe.cssContact.jsxContact.cssPortfolio.jsxPortfolio.cssResume.jsxResume.css
App.jsxApp.cssindex.cssmain.jsx
.eslintrc.js.gitignoreindex.htmlpackage.jsonpackage-lock.jsonREADME.mdvite.config.js
To install this application, you'll need Node.js and npm installed. Clone the repository and run the following command:
npm install
## Usage
To run the application locally, use:
npm run dev
Navigate to http://localhost:3000 to view the application.
## Technologies Used
- **React**: A JavaScript library for building user interfaces.
- **Vite**: A build tool that aims to provide a faster and leaner development experience for modern web projects.
- **ESLint**: A static code analysis tool for identifying problematic patterns found in JavaScript code.
## Contributing
Contact me for more info!
## Credits
William L. Haynes - Developer
## License
This project is licensed under the MIT License.