/MyPlanet

A simple hacktoberfest project that enable contributors to upload Space related things to this website.

Primary LanguageHTMLMIT LicenseMIT

A simple beginner-friendly hacktoberfest project that enable contributors to build their own static HTML page that tells a story of a planet in our universe. People can also create their own planet and tell the story of their own planet. (For example: the species, the weather conditions on the planet, how to travel to the planet, etc.). Start writing about your planet now and happy hacking <3 !!

P.S. Remember to share this repository to enable others to create or write about a planet.

Contribution Rules

  • Do not add any build tools (Keep it simple and nice)
  • Do not remove any content like images or any information stuff that is helpful to new contributors
  • Do not worry about writing ugly code as long as it works
  • Remember to add your name and Github account link to index.html file in contributors folder
  • Treat other contributors politely, SAY NO TO HARASSMENT

Get Started

  1. Fork this repository
  2. Clone it onto your local machine
git clone https://github.com/csleong98/MyPlanet.git
cd MyPlanet
  1. Create your branch
git checkout -b your_branch_name
  1. Add or make changes
  2. Commit and push your changes
git add .
git commit -m "your_commit_message"
git push origin your_branch_name
  1. Push it up to Github and create a pull request