All Projects → space-voyager-21 → space-voyager

space-voyager-21 / space-voyager

Licence: MIT License
Interactive Space App . Attention Contributers! join discord server for discussion of Issues, Pull requests https://discord.gg/FpEK9AqbCf

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to space-voyager

Hacktoberfest-2021
❗❗ Make your first PR now, accepting and merging PRs continuously. ⭐HACKTOBER ACCEPTED 2021 ✨✨Happy Hacking 💖💖
Stars: ✭ 11 (-38.89%)
Mutual labels:  digitalocean, css3, hacktoberfest2021
Frontend-Animations
Frontend Animation Projects.🚀
Stars: ✭ 20 (+11.11%)
Mutual labels:  css3, hacktoberfest2021
hacktoberfest
Contribute to this repo for your T-shirt, must be relevant that can add some value to this repo.
Stars: ✭ 33 (+83.33%)
Mutual labels:  digitalocean, hacktoberfest2021
Fenice-Network
Building the job search portal which helps both recruiters and job seekers to get perfect jobs.
Stars: ✭ 20 (+11.11%)
Mutual labels:  css3, hacktoberfest2021
DSA
Write DSA Codes into it
Stars: ✭ 18 (+0%)
Mutual labels:  digitalocean, hacktoberfest2021
HacktoberFest 2021
Hacktoberfest 2021 contribution repository✨
Stars: ✭ 43 (+138.89%)
Mutual labels:  digitalocean, hacktoberfest2021
hacktoberfest2021-easy
Add a code in any language
Stars: ✭ 24 (+33.33%)
Mutual labels:  digitalocean, hacktoberfest2021
Hacktober-Fest-2021
📜This repository is created to welcome all the open source enthusiasts to get introduced to beginner friendly projects they could work with in the festive season of HacktoberFest 2021🎇🙌.
Stars: ✭ 23 (+27.78%)
Mutual labels:  css3, hacktoberfest2021
Hacktoberfest-2021
Create Hacktoberfest PRs. Star this Repo!⭐
Stars: ✭ 32 (+77.78%)
Mutual labels:  digitalocean, hacktoberfest2021
Poke-Dex
This is a small webpage that allows user to add their favourite Pokémons! This project aims to help people in creating their first pull requests and participating in Hacktoberfest 2021
Stars: ✭ 126 (+600%)
Mutual labels:  css3, hacktoberfest2021
HacktoberFest21
A beginner friendly repository for HacktoberFest 2021
Stars: ✭ 45 (+150%)
Mutual labels:  digitalocean, hacktoberfest2021
Dev-Geeks
Open Source Project
Stars: ✭ 16 (-11.11%)
Mutual labels:  css3, hacktoberfest2021
hacktoberfest2021
Make your first PR. A beginner friendly repository made specifically for open source beginners. Add any program under any language (it can be anything from a simple program to a complex data structure algorithm). Happy coding...
Stars: ✭ 41 (+127.78%)
Mutual labels:  digitalocean, hacktoberfest2021
Hacktoberfest-Flutter
For all the Flutter developers out there make your first Pull Request and earn a free Tee from GitHub!
Stars: ✭ 89 (+394.44%)
Mutual labels:  digitalocean, hacktoberfest2021
glob-tool
A tool to test globs against sets of test strings quickly and easily for the DigitalOcean Community.
Stars: ✭ 14 (-22.22%)
Mutual labels:  digitalocean
ddns
a multiple providers ddns script without dependencies
Stars: ✭ 47 (+161.11%)
Mutual labels:  digitalocean
Python
Repository for Python Source Codes and Projects.
Stars: ✭ 18 (+0%)
Mutual labels:  hacktoberfest2021
circulate
An operating system for lending libraries
Stars: ✭ 51 (+183.33%)
Mutual labels:  hacktoberfest2021
Avid-Algorithms
Basic knowledge of Data Structure and Algorithms and LeetCode solution in Python & C++.
Stars: ✭ 12 (-33.33%)
Mutual labels:  hacktoberfest2021
http-rider
Simple and Powerful desktop client for working with JSON APIs
Stars: ✭ 27 (+50%)
Mutual labels:  api-rest

Hey Developers! Presenting you all the 'Space-Voyager'.

image image

🏅💻 Hacktoberfest21

Hacktoberfest is back this year!

Hacktoberfest is an annual month-long celebration of open source organised every year by DIgital Ocean. Every participant who follows their set of rules and get 4 Pull Requests (PRs) merged will receive swags. For the past years, learners have been hacking throughout October in the open-source community, and this 8th year you can avail yourself the opportunity to partake and contribute to this ever-growing platform.

💻Tech Stack

This project is under construction.

Project Link: https://space-voyager.netlify.app

REACT CSS JS

📌Contributing Guidelines :

1. Fork this repository.

2. Clone your forked copy of the project.

git clone --depth 1 https://github.com/<your_name>/space-voyager.git

3. Navigate to the project directory 📁 .

cd space-voyager

4. Add a reference(remote) to the original repository.

git remote add upstream https://github.com/space-voyager-21/space-voyager.git

5. Check the remotes for this repository.

git remote -v

6. Always take a pull from the upstream repository to your master branch to keep it at par with the main project(updated repository).

git pull upstream main

7. Create a new branch.

git checkout -b <your_branch_name>

8. Perfom your desired changes to the code base.

9. Track your changes✔️

git add . 

10. Commit your changes .

git commit -m "Relevant message"

11. Push the committed changes in your feature branch to your remote repo.

git push -u origin <your_branch_name>

12. To create a pull request, click on compare and pull requests. Please ensure you compare your feature branch to the desired branch of the repo you are suppose to make a PR to.

13. Add appropriate title and description to your pull request explaining your changes and efforts done. Always make sure you have pulled the latest code from the master branch before making a PR.

14. Click on Create Pull Request.

15. Hurray You have created a PR to the Space Voyager Website 💥 . Sit back patiently and relax till then the project maintainers will review your PR. Please understand, there will be some time taken to review a PR and can vary from a few hours to a few days too so be Patient and keep contributing.

Happy Hacktoberfest!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].