Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.21 KB

README.md

File metadata and controls

49 lines (29 loc) · 1.21 KB

Cole's Next.js Portfolio

This is a portfolio website built with Next.js showcasing the work and projects of Cole.

Purpose

  • Gain more experience using typescript
  • Use more advanced react hooks and techniques (Next.js 13.4)
  • Showcase some quick javascript programs, AI projects
  • Display past code examples and links to past projects

Features

  • Responsive design for mobile and desktop
  • Dynamic content management
  • SEO-optimized pages
  • Fast page loads with server-side rendering

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed the latest version of Node.js and npm. You can install them from here.

Installing Cole's Next.js Portfolio

To install Cole's Next.js Portfolio, follow these steps:

  1. Clone the repo git clone https://github.com/your-username/nextjs-portfolio.git

  2. Go into the repo cd nextjs-portfolio

  3. Install the dependencies npm install

Using Cole's Next.js Portfolio

To use Cole's Next.js Portfolio, follow these steps:

  1. Start the development server npm run dev

  2. Open your web browser and go to http://localhost:3000

You should now be able to see the project running on your local machine.