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.
- Host: GitHub
- URL: https://github.com/ezzz-lui/webportfolio
- Owner: Ezzz-Lui
- License: mit
- Archived: true
- Created: 2024-11-19T07:37:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-20T05:20:50.000Z (over 1 year ago)
- Last Synced: 2025-03-25T13:13:15.595Z (about 1 year ago)
- Topics: nextjs, react, tailwindcss, typescript, vercel
- Language: TypeScript
- Homepage: https://webportfolio-super-luui.vercel.app
- Size: 228 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

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