This project's goal was to create a professional photographer's portfolio using React, the create-react-app package, the react testing library, and run tests using the Jest-Dom.
When the user visits the page, the application will render sample photography from the artist. The user is presented with a navigation bar.
When they click on "About Me", the application will relocated to information about the artist on the page.
When they click on different genres of photos on the navigation bar, portfolio sections with each genre category will render.
When the user clicks on the Contact Me link, a contact form will render with a form to enter information.
The application helped me to develop my first app using React. I learned how to develop components and to write in JSX to have components render in the App.js.
This project was bootstrapped with Create React App.
In the project directory, you can run:
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
npm test
The link to the deployed project is here: (https://samantha-ruth.github.io/photo-port/)
The url of the Git repository is here: https://samantha-ruth.github/photo-port
If you have any questions about the repo, open an issue or you can find more of my work at (https://gitHub.com/Samantha-Ruth).