Skip to content

1ananya3/Portfolyser

 
 

Repository files navigation

Portfolyser

A portfolio website generator. You can enter your details and it will provide you with ready-made HTML code for your very own portfolio page.

Tech Stacks

Setup the Project

  1. Fork the repository using the button at the top or this link.
  2. Clone the repository by typing in the Terminal git clone https://github.com/< USERNAME >/Portfolyser.git
  3. Navigate inside the directory cd Portfolyser/
  4. Enter npm i in the Terminal of the project directory.
  5. Go to config folder and create a config.env file.
  6. Enter node app.js to run the app.
  7. Open up your browser and visit the url localhost:3100 to view the app.

Setting up config.env file

    PORT = 3100
    MONGO_URI= <your mongodb url for connection>
    clientId= <your clientId>
    clientSecret = <your clientSecret>

If you don't have your own clientId's , you can text me on discord I will send you mine.

Further improvements

Currently the website is bare-bones and we look to completing it as a finished project through Code Peak. We welcome your contributions in:

  • UI improvements
  • Beautifying the template
  • Adding appropriate forms and buttons
  • Incase you encounter any new error/issue please mention it

Mentors

Thanks

The project is inspired by Readme-Generator project.

We have also used the template by Too Minimal as our current Portfolio Template.

About

A portfolio website generator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 39.6%
  • EJS 37.5%
  • JavaScript 20.6%
  • CSS 2.1%
  • Python 0.2%