Skip to content

Portfolio Pro is a tool that allows users to create a professional-looking portfolio website with minimal technical skills and without the need to write any code.

Notifications You must be signed in to change notification settings

sarvesh2902/portfolio

Repository files navigation

Portfolio Pro

Portfolio Pro is a tool that helps to streamline the process of managing information about one's resume, job, qualifications, and skills. It reduces the manual effort required to keep track of all these details, and allows users to easily manage their portfolio information in one place. The tool tracks all the relevant information about the individual, including their skills and qualifications, to provide a comprehensive and organized view of their portfolio.

This project is live at: https://portfolio-pro.one/

Demo Video

portfolio_pro.mp4

Screenshots

Home Page Screenshot 2023-02-10 at 7 11 40 PM Login Page Screenshot 2023-02-10 at 7 11 54 PM
Dashboard Screenshot 2023-02-10 at 7 12 14 PM View Portfolio Screenshot 2023-02-10 at 7 13 24 PM
Edit Portfolio Screenshot 2023-02-10 at 7 13 30 PM Admin Page Screenshot 2023-02-10 at 7 13 51 PM

Installation

  1. Install Node.js
  2. Clone this repository using git clone https://github.com/sarvesh2902/portfolio.git
  3. Run npm install in root directory. (npm install --force if the previous command does not work)
  4. Create a file name .env.local in the root directory and insert the following env variables:
GITHUB_ID = 
GITHUB_SECRET = 

GOOGLE_CLIENT_ID = 
GOOGLE_CLIENT_SECRET = 

TWITTER_CLIENT_ID = 
TWITTER_CLIENT_SECRET = 

DB_USER = 
DB_PASSWORD = 
DB_URL = mongodb+srv://$DB_USER:$DB_PASSWORD@cluster0.wfnik3x.mongodb.net/<database_name>?retryWrites=true&w=majority

NEXTAUTH_URL = http://localhost:3000/

SENDGRID_API_KEY= 

DOMAIN_URL = http://localhost:3000
  1. Start the server with npm run dev.

About

Portfolio Pro is a tool that allows users to create a professional-looking portfolio website with minimal technical skills and without the need to write any code.

Topics

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •