🚀 StellarView

Explore the cosmos with NASA's data and upcoming rocket launches.

🚀
Step 1: In the terminal > git init Step 2: git add . (to add all files) || git add fileName, fileName2, ... (to add files seperately) Step 2.1 : git commit -m "YOUR_MESSAGE" Step 3: Create an empty repository in github. Step 4: git remote add origin "YOUR_REPO_LINK" Step 5: git push origin master