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

https://github.com/ezzz-lui/webportfolio

Present my projects, skills, and experiences in development. It serves as an online resume and a platform to demonstrate my capabilities in building modern applications.
https://github.com/ezzz-lui/webportfolio

nextjs react tailwindcss typescript vercel

Last synced: 8 months ago
JSON representation

Present my projects, skills, and experiences in development. It serves as an online resume and a platform to demonstrate my capabilities in building modern applications.

Awesome Lists containing this project

README

          

# Luis Ramos - Portfolio

### Welcome to my web portfolio created using [Next.js](https://nextjs.org). This project showcases my work and skills as a developer.
![216_1x_shots_so](https://github.com/user-attachments/assets/86976c82-fe10-42c3-8db5-015c64abd570)

## Project Purpose and Goals

The purpose of this portfolio is to present my projects, skills, and experiences in web development. It serves as an online resume and a platform to demonstrate my capabilities in building modern web applications.

## Getting Started

To get a local copy of the project up and running, follow these steps:

### Prerequisites

Make sure you have the following installed:
- Node.js
- npm or yarn

### Installation

1. Clone the repository:
```bash
git clone https://github.com/Ezzz-Lui/webportfolio.git
```

2. Navigate to the project directory:
```bash
cd webportfolio
```

3. Install the dependencies:
```bash
npm install
# or
yarn install
```

### Running the Development Server

Start the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev