Welcome to my personal portfolio, built with Next.js. This portfolio showcases my skills and projects as a Full Stack Developer.
Check out the current deployment here: https://rob-mayo-portfolio.vercel.app/
- TailwindCSS: Mobile-first, responsive UI.
- Projects: Screenshots of my projects and links to their repos.
- About Me: A section dedicated to my professional journey and skills.
- Contact: How to get in touch if you want to connect.
- Next.js: For server-side rendering and static site generation.
- React: To build a user interface with components.
- Tailwind CSS: For styling and responsive design.
- Jest: For running tests to ensure code quality.
- Prettier: To maintain code quality and consistency.
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/rbrtm984/rob-mayo-portfolio.git
- Navigate to the project directory:
cd rob-mayo-portfolio
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open http://localhost:3000 with your browser to see the result.
Excessive? Maybe. But I have indeed implemented Jest to provide testing for this project.
Run the following command to execute tests:
npm run test
Deployed using Vercel.