Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/utsavdotdev/portfolio-maker

A mini portfolio maker with full customization
https://github.com/utsavdotdev/portfolio-maker

hackathon-project mongodb reactjs

Last synced: 1 day ago
JSON representation

A mini portfolio maker with full customization

Awesome Lists containing this project

README

        

![cover_img](https://cdn.discordapp.com/attachments/1016056668884303903/1049693908550045746/og.png)

# Introduction
[**Devport**](https://devport.me) is the **MIT licensed** open source project that helps you specially developer to make stunning dev portfolio with top notch customization and good looking UI. You can also switch the status of your portfolio to active or offline. And One last thing, You can also subscribe to our newsletter to get engagement update of your portfolio.

# Features

- **Create Portfolio** - You can create your portfolio with your own information in just a few minutes.

- **Top notch customization** - You can use any of the 7+ pre-built themes to customize your portfolio.

- **Active/Offline status** - You can switch the status of your portfolio to active or offline.

- **Newsletter** - You can subscribe to our newsletter to get engagement update of your portfolio.

- **SEO friendly** - This website is SEO friendly. You can easily rank your portfolio on google.

## Prerequisites

- [Node.js](https://nodejs.org/en/download/) (>= 16.13.0)

- [Yarn](https://classic.yarnpkg.com/en/docs/install/#windows-stable) (>= 1.22.19)

## Installation

```bash
# Clone the repository
git clone https://github.com/utsavbhatarai007/portfolio-maker

# Go inside the directory
cd portfolio-maker

# For client side
cd client
yarn install

# For server side
cd server
yarn install

# For Bot
cd bot
yarn install

# Starting command

# For client
yarn run dev

#For server
yarn server

#For bot
yarn bot
```

# Contributing

We are open to `enhancements` & `bug-fixes` :smile:.

Feel free to open an [issue](https://github.com/utsavbhattarai007/portfolio-maker/issues) or submit a [pull request](https://github.com/utsavbhattarai007/portfolio-maker/pulls).