Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
/ PWframework Public archive

Small personal website to show all of mine contacts and mine portfolio projects.

License

Notifications You must be signed in to change notification settings

BeOrNot2Be/PWframework

Repository files navigation

Abandoned this project; stopped all maintenance as of Mar 26, 2020

PersonalWebsite

Build with Typescript/Angular it is small personal website to show contacts and portfolio projects. The whole style is made with neumorphism design and minimalist design. The project was build to aim for creating platform for creating easy and fast portfolio websites in future.

Config

infoConfig.json example

{
  "name": "Tim Avilov", //optional (can be fetched by service)
  "bio": "I am developer.", //optional (can be fetched by service)
  "location": "Portland, Oregon", //optional (can be fetched by service)
  "avatar_url": "", //optional (can be fetched by service)
  "availability": true, //optional (can be fetched by service)
  "email": "timchick.ua@gmail.com", //optional (can be fetched by service)
  "githubUsername": "BeOrNot2Be", /*not optional (by this name github info
  will be fetched and assigned if 'github' value in 'priority' parameter) */
  "links": { //not optional
    "lnkedin": "https://www.linkedin.com/in/tim-avilov/",
    "github": "https://github.com/BeOrNot2Be",
    "telegram": "https://t.me/BeOrNot2Be",
    "instagram": "https://www.instagram.com/agushakun/"
  },
  "projects": [ //not optional
    {
      "name": "Avilon Production",
      "description": "Django app",
      "link": "https://www.avilonproduction.com/",
      "repoLink": "https://github.com/BeOrNot2Be/MEDILOV-back",
      "mainStack": "Python/Django",
      "descriptionLink": "https://github.com/BeOrNot2Be/MEDILOV-back/blob/master/README.md"
    },
    {
      "name": "Cocktail Builder",
      "description": "React Native app",
      "link": "https://expo.io/@beornot2be/cocktailbuilderApp",
      "repoLink": "https://github.com/BeOrNot2Be/CocktailBuilder",
      "mainStack": "JS/React Native",
      "descriptionLink": "https://github.com/BeOrNot2Be/CocktailBuilder/blob/master/README.md"
    },
    {
      "name": "SportsHold",
      "description": "Meteor app",
      "link": "https://copvsmed.herokuapp.com/",
      "repoLink": "https://github.com/BeOrNot2Be/CopVSMed",
      "mainStack": "JS/React",
      "descriptionLink": "https://github.com/BeOrNot2Be/CopVSMed/blob/master/README.md"
    }
  ],
  "priority": ["profile", "github"] 
  /* 
   not optional (the "profile" means current infoConfig | resources will
   be fetched from left to right resource (profile than github ) and new values
   will be reassigned only if there were null / undefined / '' before new value ) 
   */
}

License

MIT license.

From Developer

Made with ❤️ by BeOrNot2Be. I always happy to receive your feedback! Please feel free to give new ideas and help me to implement mine.

About

Small personal website to show all of mine contacts and mine portfolio projects.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published