Skip to content

kamalchah/github-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Demo

This project is a simple webpage that displays all the names listed in a JSON. Serves as a basic project for people learning Git to contribute to

Set up

To get this project running on your machine:

  1. Clone the repo
  2. Run yarn or yarn install
  3. Run yarn start
  4. Visit http://localhost:5000 to see the webpage

Default Branch

Notice that this project uses main as the name of the default branch instead of master. As of October 1, 2020, the default branch name for new GitHub repositories is main. (source).

About

A repository where participants of the Git workshop will be able to contribute.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.9%
  • HTML 21.9%
  • CSS 15.2%