https://github.com/kusilaw/porfolio_v2
This is my portfolio web project. It allows developers to present their personal projects. Built using JavaScript, HTML, and CSS
https://github.com/kusilaw/porfolio_v2
nextjs portfolio react tailwind-css web
Last synced: about 2 months ago
JSON representation
This is my portfolio web project. It allows developers to present their personal projects. Built using JavaScript, HTML, and CSS
- Host: GitHub
- URL: https://github.com/kusilaw/porfolio_v2
- Owner: kusiLaw
- Created: 2023-04-11T19:05:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-05T10:11:28.000Z (11 months ago)
- Last Synced: 2025-08-23T10:37:19.360Z (10 months ago)
- Topics: nextjs, portfolio, react, tailwind-css, web
- Language: JavaScript
- Homepage:
- Size: 4.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 Portfolio V2 ](#-portfolio-v2---)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [📝 License ](#-license-)
> This is my portfolio web project. It allows developers to present their personal projects. The project has different sections which include self-presentation, projects, about, and contact us form. It has built-in support for light and dark mode. Built using NextJS.
### Light Mode

### Dark Mode

Language
Framwork
Server
Database
Test Library
- Welcome section
- Projects
- Other Projects
- About Section
- Contact section
- Navigation
- Footer
- Color Theme
> Add a link to your deployed project.
- [Live Link](https://porfolio-v2-eta.vercel.app/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- [Node]()
- Vscode / Code Editor
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone git@github.com:kusiLaw/porfolio_v2.git
```
### Install
Install this project with:
```sh
npm install
or
yarn install
```
### Usage
To run the project, execute the following command:
```sh
npm run dev
# or
yarn dev
# or
pnpm dev
```
### Run tests
To run tests, run the following command:
```sh
npm run test
```
### Deployment
You can deploy this project following this instructions:
[vercel](https://vercel.com/)
👤 **Lawrence Addai Kusi**
- GitHub: [@Githubhandle](https://github.com/kusiLaw)
- Twitter: [@Twitterhandle](https://twitter.com/kusilaw)
- Linkedin: [Linkedin](https://www.linkedin.com/in/lawrence-kusi-55a662104)
> These are features that will be add to the project..
- [x] Welcome section
- [x] Projects
- [x] About Section
- [x] Contact section
- [x] Navigation
- [x] Footer
- [] Test
- [] Documentation
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, you can feel free to add or support
This project is [MIT](./LICENSE) licensed.