Building a Github Profile using reactjs

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • github_user_profile

    simple app that fetches a github user's repositories

  • To see the detailed code for each component, please check out the repository Api Next was to checkout the Github api documentation, and then obtained an access token from Github to enable me interact with the api from the react app, please make sure your access token is saved in an .env file and the environment file .env added to the .gitignore file to prevent exposing your access token on github

  • vercel

    Develop. Preview. Ship.

  • I created the project repository on Github, and using the command line on my terminal pushed the code to github to save and track changes and updates during development. I also setup the app to be hosted on Vercel, this to make me see the changes both on my local machine and on a hosted link.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • Puts Debuggerer

    Ruby library for improved puts debugging, automatically displaying bonus useful information such as source line number and source code.

  • I created the project repository on Github, and using the command line on my terminal pushed the code to github to save and track changes and updates during development. I also setup the app to be hosted on Vercel, this to make me see the changes both on my local machine and on a hosted link.

  • create-react-app

    Set up a modern web app by running one command.

  • The first step was to scaffold the react app using create-react-app using npx create-react-app github_profile on my terminal after which I changed directory into the project folder and on the terminal ran the command yarn start to start the development server on http://localhost:3000

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How To Create Custom GitHub Codespaces Template

    3 projects | dev.to | 24 Dec 2022
  • Github Repo Setup for React App

    3 projects | dev.to | 27 Oct 2021
  • AWS Amplify + React: Criando e hospedando a aplicação

    3 projects | dev.to | 14 May 2021
  • Creating an NFT minting Farcaster frame on Solana

    4 projects | dev.to | 22 Feb 2024
  • 9 ways to improve how you ship software

    2 projects | dev.to | 16 Jan 2024