An open API service indexing awesome lists of open source software.

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

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-)

# 📖 Portfolio V2

> 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
![Screenshot from 2023-05-05 15-00-41](https://user-images.githubusercontent.com/52538840/236505672-79f5feaf-17d6-416f-970b-9ec9e5525833.png)

### Dark Mode
![Screenshot from 2023-05-05 14-54-06](https://user-images.githubusercontent.com/52538840/236506003-350fe56a-cb97-469b-8532-4db149ae4a32.png)

## 🛠 Built With

### Tech Stack

Language

Framwork

Server

Database

Test Library



### Key Features

- Welcome section
- Projects
- Other Projects
- About Section
- Contact section
- Navigation
- Footer
- Color Theme

(back to top)

> Add a link to your deployed project.

- [Live Link](https://porfolio-v2-eta.vercel.app/)

## 💻 Getting Started

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/)

(back to top)

## 👥 Authors

👤 **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)

(back to top)

## 🔭 Future Features

> 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

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project, you can feel free to add or support

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)