Giter Club home page Giter Club logo

pwframework's Introduction

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": "[email protected]", //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.

pwframework's People

Contributors

beornot2be avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.