All Projects → manankohlii → spacex-launch-data

manankohlii / spacex-launch-data

Licence: MIT license
uses the freely available SpacexAPI and basic HTML CSS and JS to give details of missions

Programming Languages

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

Projects that are alternatives of or similar to spacex-launch-data

QuickLearn
A collection of resources categorised by tech domains, languages, expertise and much more. QuickLearn gives you a quick access to all the resources that you could need at a single place, within a click!
Stars: ✭ 89 (+256%)
Mutual labels:  css3, beginner-friendly
SpaceDash
SpaceDash is an open-source app that provides information on SpaceFlights. SpaceDash also includes news and updates regarding all vehicles and missions.
Stars: ✭ 28 (+12%)
Mutual labels:  spacex, spacex-api
ZeroOctave-Javascript-Projects
This Repository Contains 150+ web development Projects.
Stars: ✭ 134 (+436%)
Mutual labels:  css3, beginner-friendly
Spacex Api
🚀 Open Source REST API for SpaceX launch, rocket, core, capsule, starlink, launchpad, and landing pad data.
Stars: ✭ 8,973 (+35792%)
Mutual labels:  spacex, spacex-api
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 (-8%)
Mutual labels:  css3, beginner-friendly
Portfolio-Website
Portfolio Website build using HTML5, CSS3, JavaScript and jQuery
Stars: ✭ 109 (+336%)
Mutual labels:  css3
Unity3D-Cars
A project built for a Renaissance Coders tutorial to introduce vehicle physics.
Stars: ✭ 60 (+140%)
Mutual labels:  beginner-friendly
dku-kaggle-class
단국대 SW중심대학 2020년도 오픈소스SW설계 - 캐글뽀개기 수업 일정 및 강의자료
Stars: ✭ 48 (+92%)
Mutual labels:  beginner-friendly
IDM222
Web Authoring II
Stars: ✭ 21 (-16%)
Mutual labels:  css3
SuperMarioGame
🎮 V1.0 : 实现游戏场景的初始化 V2.0: 实现画布的不断刷新 V3.0: 实现了游戏中人物的运动 V4.0: 实现了js代码的分离 V5.0:实现键盘对人物移动的控制 V6.0: 完成Game游戏类的封装 V7.0: 实现敌人角色的加入, player,enemy类的封装; 实现了我方角色和敌人角色的自由移动 V8.0: 实现精灵之间的碰撞检测功能 V9.0: 实现游戏中分数的统计, 输赢的判定 V10.0: 实现了游戏背景的滚动效果和场景的优化
Stars: ✭ 21 (-16%)
Mutual labels:  css3
danoniplus
🍙 Dancing☆Onigiri (CW Edition) - Web-based Rhythm Game
Stars: ✭ 27 (+8%)
Mutual labels:  css3
webpack-starter
A basic setup of webpack goodness. Packed with common fronted workflow to help ease development headache. Ready with development and production config. Feel free to fork and enhance. Have an Awesome frontend coding!
Stars: ✭ 22 (-12%)
Mutual labels:  css3
Algorithms-Open-Source
We have a task for each skill level!!
Stars: ✭ 31 (+24%)
Mutual labels:  beginner-friendly
flexbox-carousel
CSS3 Animated Carousel with Flexbox
Stars: ✭ 23 (-8%)
Mutual labels:  css3
PlayPiano
Implement and simulate piano on web page.
Stars: ✭ 16 (-36%)
Mutual labels:  css3
smart-webcomponents-community
Material & Bootstrap Web Components built with Smart
Stars: ✭ 30 (+20%)
Mutual labels:  css3
cice-playground
CICE Full Stack Web Course
Stars: ✭ 12 (-52%)
Mutual labels:  css3
Plasma-Donor-App
An open-source app that helps in connecting patients and plasma donors. This is a beginner-friendly repository that helps you learn the basics of android development, git, and GitHub. Happy Hacktober!
Stars: ✭ 58 (+132%)
Mutual labels:  beginner-friendly
flutter spacexopedia
Flutter app which provide info about space projects of SpaceX company.
Stars: ✭ 27 (+8%)
Mutual labels:  spacex
vue3-jd-h5
🔥 Based on vue3.0.0, vant3.0.0, vue-router v4.0.0-0, vuex^4.0.0-0, vue-cli3, mockjs, imitating Jingdong Taobao, mobile H5 e-commerce platform! 基于vue3.0.0 ,vant3.0.0,vue-router v4.0.0-0, vuex^4.0.0-0,vue-cli3,mockjs,仿京东淘宝的,移动端H5电商平台!
Stars: ✭ 660 (+2540%)
Mutual labels:  css3

🚀🚀🚀SpaceX Launch Data🚀🚀🚀

Uses the freely available SpaceX API and HTML CSS and JS to give details of missions. The main aim of this project is to make SpaceX related data easily available.

Launch SpaceX❤️

Open Source Love  PRs Welcome  contributions welcome  first-timers-only  spacex-launch-data  Join Slack Community

GitHub stars GitHub forks GitHub Contributers GitHub issues GitHub pull-requests GitHub closed-issues GitHub closed-prs

Overview

The main aim of the project is to make data related to SpaceX easily available.

Tech Stack

HTML  CSS  JS

Contributing

1. Fork this repository.

2. Clone your forked copy of the project.

git clone --depth 1 https://github.com/<your_name>/spacex-launch-data.git

3. Navigate to the project directory 📁 .

cd spacex-launch-data

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

git remote add upstream https://github.com/manankohlii/spacex-launch-data.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 master

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.

📌 Opensource Programs

This project is a part of the following Open Source Program(s)



Our valuable Contributors👩‍💻👨‍💻 :

Project Admin👨‍


Manan Kohli👨‍

forthebadge forthebadge forthebadge

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].