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

https://github.com/elwynynion/Minimalist-Dev-Portfolio

🤍 A minimalist portfolio template for Developers
https://github.com/elwynynion/Minimalist-Dev-Portfolio

minimalist nextjs personal-portfolio portfolio portfolio-template

Last synced: 28 days ago
JSON representation

🤍 A minimalist portfolio template for Developers

Awesome Lists containing this project

README

        


ForDaFolio 🚀


A minimal portfolio template for Developers!



Elwyn Portfolio Template

![built by elwyn](https://raw.githubusercontent.com/elwynynion/elwynynion/main/badge/elwyn.svg) ![built with love](https://raw.githubusercontent.com/elwynynion/elwynynion/main/badge/love.svg)

> **Note:** Since this template is currently being worked on, expect that the code is not yet organized and optimized. Check [here](#contributing) to contribute

## Technologies used 🛠️
- Next.Js
- Vanta JS
- NextUI
- TailwindCSS

## Features
⚡️ Modern and Minimalist Design\
⚡ One Page Layout\
⚡ Fully Responsive\
⚡ Styled with Tailwind CSS and NextUI

## Prerequisites 🍪

You should have [Node.js](https://nodejs.org/en/) and [Git](https://git-scm.com/) installed on your PC. You should also own a GitHub account.

## How To use 🪛
From your command line, first clone Simplefolio:

```bash
# Clone the repository
$ git clone https://github.com/elwynynion/ForDaFolio

# Move into the repository
$ cd ForDaFolio

# Remove the current origin repository
$ git remote remove origin
```

After that, you can install the dependencies either using NPM or Yarn.

Using NPM: Simply run the below commands.

```bash
# Install dependecies
$ npm install

# Start the development server
$ npm run dev

# Start the production server
$ npm run build
```

Once your server has started, go to this url http://localhost:3000/ to see the portfolio locally. It should look like the below screenshot.

## Authors
- **Elwyn Ynion** - [https://github.com/elwynynion](https://github.com/elwynynion)

## Support
Please [open an issue](https://github.com/elwynynion/elwyn/issues) for support

## Contributing
If you'd like to contribute, a great place to look is the [issues marked with help-wanted.](https://github.com/elwynynion/elwyn/labels/help%20wanted)

If you discover any issues in the code, you may change it or organize the codes while still developing this portfolio by [creating pull request](https://github.com/elwynynion/elwyn/pulls)