My Planet Check it out here
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.
- 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
- Fork this repository
- Clone it onto your local machine
git clone https://github.com/csleong98/MyPlanet.git
cd MyPlanet
git checkout -b your_branch_name
- Add or make changes
- Commit and push your changes
git add .
git commit -m "your_commit_message"
git push origin your_branch_name