Skip to content

vinniedaboi/SpaceWebsiteinNextJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1f3e568 Β· Jan 12, 2024
Jan 11, 2024
Jan 11, 2024
Jan 11, 2024
Nov 20, 2023
Jan 11, 2024
Jan 29, 2021
Jun 22, 2021
Feb 9, 2021
Dec 10, 2021
Jan 11, 2024
Jan 11, 2024
Jan 11, 2024
May 22, 2022
Feb 8, 2021
Jan 12, 2024
Jan 11, 2024
Dec 10, 2021
Nov 20, 2023

Repository files navigation

SpaceWebsiteInNextJs

Welcome to the SpaceWebsiteInNextJs project! πŸš€

About

This project is a space-related site that provides the latest space news, showcases the Astronomy Picture of the Day, and offers information about space activities. Built with Next.js, it offers a responsive and dynamic web experience.

Preview the site here

Author

Updates

Update 1.1

  • Commented out API because Vercel doesn't allow HTTP API connections
  • Replaced ISS where API with another one.

Features

  • 🌌 Space News: Stay updated with the latest space-related news.
  • πŸš€ Astronomy Picture of the Day: Enjoy a new stunning astronomy picture every day.
  • πŸ›°οΈ Space Activity: Explore information about ongoing space activities.

Technologies Used

This project is built using Next.js, a React framework for building server-rendered React applications.

APIS used are Where is the ISS at?, a simple API that returns the location of the ISS and the APOD API, which returns a daily Image and a short description.

I used a Next-PWA-template

Getting Started

To get started with the project, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/your-username/SpaceWebsiteInNextJs.git
  2. Install Dependencies

    cd SpaceWebsiteInNextJs
    npm install
  3. Deploying App

    npm run dev

Currently Working On

  • Changing the activity API to something that has HTTPS connection so it can be hosted on Vercel