Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/utsavdotdev/portfolio-maker
- Owner: utsavdotdev
- License: mit
- Created: 2022-11-09T15:25:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T15:01:11.000Z (2 months ago)
- Last Synced: 2024-10-21T23:56:20.577Z (2 months ago)
- Topics: hackathon-project, mongodb, reactjs
- Language: JavaScript
- Homepage: https://devport.me
- Size: 7.07 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).