Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felixbehne/spacelytics
A Web Application to Explore Statistics about SpaceX Operations.
https://github.com/felixbehne/spacelytics
auth0 nextjs react spacex-api
Last synced: 13 days ago
JSON representation
A Web Application to Explore Statistics about SpaceX Operations.
- Host: GitHub
- URL: https://github.com/felixbehne/spacelytics
- Owner: FelixBehne
- Created: 2022-02-27T10:38:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-14T11:42:15.000Z (almost 2 years ago)
- Last Synced: 2024-11-26T08:12:23.067Z (2 months ago)
- Topics: auth0, nextjs, react, spacex-api
- Language: TypeScript
- Homepage: https://spacelytics.vercel.app
- Size: 17.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Spacelytics
A Web Application to Explore Statistics about SpaceX Operations.
Explore the Demo »
View Demo
.
Report Bug
.
Request Feature
![Contributors](https://img.shields.io/github/contributors/FelixBehne/Spacelytics?color=dark-green) ![Forks](https://img.shields.io/github/forks/FelixBehne/Spacelytics?style=social) ![Stargazers](https://img.shields.io/github/stars/FelixBehne/Spacelytics?style=social) ![Issues](https://img.shields.io/github/issues/FelixBehne/Spacelytics) ![License](https://img.shields.io/github/license/FelixBehne/Spacelytics)
## Table Of Contents
- [Table Of Contents](#table-of-contents)
- [About The Project](#about-the-project)
- [Built With](#built-with)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [License](#license)## About The Project
![Screen Shot](.media/landing-page.png)
## Built With
This project has been built with:
* [nextjs](https://nextjs.org/)
* [react](https://reactjs.org)
* [next-auth0](https://github.com/auth0/nextjs-auth0)
* [css-modules](https://github.com/css-modules/css-modules)## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
* npm or yarn
### Installation
1. Clone the repo
```sh
git clone https://github.com/FelixBehne/spacelytics
```2. Install NPM packages
```sh
yarn
```3. Fill in the necessary environment variable (needed for authentication)
4. Start the development server
```sh
yarn dev
```## License
Distributed under the MIT License. See [LICENSE](https://github.com/FelixBehne/Spacelytics/blob/main/LICENSE.md) for more information.