Coder Social home page Coder Social logo

devprofile's Introduction

Devprofile

Create a platform where anyone can create their developer profile/porfolio.

We will be starting with an MVP where we take certain profile ids for each developer and create a basic profile for them including the following information:

  • Profile URLs (github, linkedin, codechef, hackerrank, twitter, medium)
  • Profile Information from Github API (name, bio, avatar_url, company, blog, location, email)
  • Repo List (name, description, updated_at, html_url)
  • You need to use the GitHub ID of the developer as the Unique ID to denote that developer on your website. Apart from Github, adding any other profile should be optional for the developer while creating their profile.

Once a developer submits the form to create their profile, fetch their data from Github including profile and repo information and include it in the user information.

A Developer Profile should look like this at the backend:

{
	"id": "ayush-ai",
	"avatar_url": "https://avatars.githubusercontent.com/u/4833751?v=4",
	"name": "Ayush",
	"company": "cosaimosh",
	"blog": "https://techaway.com",
	"location": "Bangalore, India",
	"email": null,
	"bio": "Building workat.tech;\r\nPreviously Software Engineer at @Flipkart, @microsoft",
	"github_id": "ayush-ai",
	"linkedin_id": "Ayush",
	"codechef_id": "null",
	"hackerrank_id": "ayush",
	"twitter_id": "supermanayush",
	"medium_id": "null",
	"repos": [{
		"name": "awesome-learn-to-code",
		"html_url": "https://github.com/gcnit/awesome-learn-to-code",
		"description": "A list of awesome resources for learning to code",
		"updated_at": "2020-08-12T18:21:53Z"
	}]
}

Tech Stack

  • Frontend - HTML, CSS, JavaScript
  • Backend - php/Node

Possible Mentors

For any queries, join Whatsapp group.

What to include in proposals?

Apart from your details and your experience. You should include the following in your proposal:-

  • Your understanding about the project idea.
  • List of ideas you want to implement and a brief description of your approach.
  • Any ideas you want to suggest/add.
  • mockups and wireframe for the UI of the app.

devprofile's People

Contributors

aditiitripathii avatar ayush-ai avatar cosmo3769 avatar pratyushkar avatar procheta1999 avatar ritikalohia avatar suvadeep2001 avatar the-halfbloodprince 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.