Giter Club home page Giter Club logo

arshadkazmi42.github.io's Introduction

Profile Card

This is a simple profile card app build in ReactJs. It uses a JSON file for managing data. Data is fetched from the JSON file and shows in the UI.

How to use

  • Clone the repo.
  • Checkout to develop branch using this command git checkout develop (Source code is available in the develop branch).
  • Run yarn install to install all the dependencies.
  • Change the data in src/data/data.json file.
  • Run yarn start to start the application.

Deploy on github pages

  • Create a new repo yourusername.github.io.
  • Initialize this project to your repo.
    • Delete git config file, rm -rf .git.
    • Initialize your repo to the directory
      • git init
      • git remote add origin https://github.com/username/yourusername.github.io
  • Make the data changes in src/data/data.json
  • Change "homepage": "https://arshadkazmi42.github.io/" to "homepage": "https://yourusername.github.io/" in package.json
  • Add your changes to github
    • git add --all
    • git commit -m "Your commit message"
    • git push origin branchName (Keep your code in a separate branch, other than master)
  • Build the project yarn build
  • To deploy the project on https://yourusername.github.io run the below command
    • yarn run deploy (This will push the build code to master branch and your website will be live at this url https://yourusername.github.io)

Contributing

We would love to improve this application, we welcome all types of contribution to this application. To contribute to this repo follow these below steps

  • Fork the repo
  • Clone the repo
  • Create a branch using git checkout -b feature-branch
  • Make the required changes
  • Run below command to verify nothing is broken
    • yarn build
    • yarn start
  • Check the running application at http://localhost:3000
  • If everything is working fine, then create a pull request using below commands
    • git add --all
    • git commit -m "your commit message"
    • git push origin feature-branch
  • Go to https://github.com/arshadkazmi42/arshadkazmi42.github.io
  • Create Pull Request
  • Add a suitable title and description to the pull request and tag the issue number in Pull Request description, if the pull request is related to some issue logged here https://github.com/arshadkazmi42/arshadkazmi42.github.io/issues
  • You're done. Wait for your code to get reviewed and merge

Credits

We are using some images for which we want to thank the original owners of it. All credits related information are available in Credits

arshadkazmi42.github.io's People

Contributors

arshadkazmi42 avatar

Watchers

James Cloos avatar Ananth Shenoy 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.