Skip to content

Aitgray/portfolio

Repository files navigation

My Portfolio

This is a personal portfolio website built with Next.js and TypeScript.

Table of Contents

Installation

  1. Clone the repository:
    git clone <repository-url>
  2. Install the dependencies:
    npm install

Running the Project

To run the project locally, use the following command:

npm run dev

This will start the development server at http://localhost:3000.

Next Steps

The following are the next steps for this project:

  • Code Cleanup and Refactoring: The codebase needs to be cleaned up and refactored to improve readability and maintainability. This includes:
    • Improving the component design.
    • Removing unused code.
    • Consolidating duplicate code.
  • Mobile Responsiveness: The website is not fully responsive and needs to be optimized for mobile devices. This includes:
    • Making the layout responsive to different screen sizes.
    • Ensuring that all elements are properly sized and aligned on mobile devices.
    • Testing the website on different mobile devices and browsers.
  • Misc Tasks:
    • The image in the about page takes too long to load, I suspect this is because the file is too large. The resolution needs to be scaled down.
    • I need to finish adding the GitHub links to all of my various projects. Some of the repositories are private.

About

My Portforio Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published