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

https://github.com/lordksix/portfolio-v2

Dynamic portfolio with english and spanish version with mongodb connection
https://github.com/lordksix/portfolio-v2

focus-trap-react framer-motion next-intl next-themes nextjs radix-ui react-hook-form react-icons swiper vercel-analytics

Last synced: 6 months ago
JSON representation

Dynamic portfolio with english and spanish version with mongodb connection

Awesome Lists containing this project

README

          


logo


Lordksix's Porfolio

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)

# 📖 [Lordksix's Porfolio]

**Lordksix's Porfolio** is a web application that can be use as a portfolio. It showcases project, contact information, owner's summary, and more. This app is written using TailswindCSS, NextJS, ReactJS and Typescript.

(back to top)

## 🛠 Built With

### Tech Stack

Client

Framework

Database

### Key Features

- **NextJS App**
- **Productions deployed**
- **Implement MongoDB**
- **Connect AWS S3**
- **Implement localization**
- **Implement theme**

## 🚀 Live Demo

You can find a live demo in [HERE](https://lordksix-portfolio.vercel.app/).

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps. To run local server or to make any modifications
to the project NPM and Node.js must be installed.

### Prerequisites

In order to run this project you need:
To clone or fork and run it in a browser

### Setup

Clone this repository to your desired folder:

For example, using Ubuntu:

```sh
cd my-desired-folder
git https://github.com/lordksix/portfolio-v2.git
```

For more information on how to clone or fork a repository:
- How to clone a repo
- How to fork a repo

If you want to make any kind of change or modification, Node.Js and NPM is necesary. For more information on how to install node.js and npm:
- Downloading and installing Node.js and npm

### Install

To install dependencies, the following command must be run in the terminal:

```sh
cd portfolio-v2
npm install
```

### Usage

In the project directory, you can run:

```sh
npm npm run dev
```

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

The page will reload when you make changes.\

This will check Linter error and quick fix when possible to fix.

```sh
npm run build
```

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

### Run tests

There are no tests implemented.

### Deployment

This project is deployed using [Vercel](https://vercel.com/).

Go to [🚀 Live Demo](https://f1-next-app.vercel.app/) to check it out.

(back to top)

## 👥 Authors

👤 **Author**

- GitHub: [@lordksix](https://github.com/lordksix)
- LinkedIn: [@wladpasquel](https://www.linkedin.com/in/wladpasquel/)
- Medium: [@wladimir.pasquel](https://medium.com/@wladimir.pasquel)

(back to top)

## 🔭 Future Features

Future changes:

- Add more projects.
- Add more languages.

(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, I encourage you to clone, fork and contribute. Our community and knowledge grows with each engagement.

(back to top)

## 🙏 Acknowledgments

.

(back to top)

## ❓ FAQ

- **Do I need a IDE or a special text editor to make changes?**

- No, you don't. You can use NotePad to make changes.

(back to top)

## 📝 License

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

(back to top)