Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
x committed Dec 29, 2021
0 parents commit 7701f14
Show file tree
Hide file tree
Showing 20 changed files with 4,949 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# SpaceXKit

Frontend for a public SpaceX data API


Browse SpaceX's latest launches, learn about their ships and rockets, browse crew members and more

> `dist/` renamed to `docs/` because of GitHub pages
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SpaceXKit</title>
<meta name="description" content="Browse SpaceX's latest launches, learn about their ships and rockets, browse crew members and more">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>
Loading

0 comments on commit 7701f14

Please sign in to comment.