Space News is a web application that provides the latest news and daily reports from NASA about space exploration and astronomy. The app is built using TypeScript, Tailwind CSS, and the Spaceflight News API.
- Latest news and reports from NASA
- Daily reports with detailed information about space missions and discoveries
- Easy-to-use interface with clean and modern design
- Reliable and up-to-date information from the Spaceflight News API
You can either run the project locally on your machine or simply visit the live version of the app:
https://spacenews.patrykpenczek.pl
If you want to run the project locally on your machine, you will need:
- A web browser
- An internet connection
- Node.js
- Yarn or npm
To install the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/patryk-penczek/spacenews.git
- Navigate to the project directory:
cd spacenews
- Install the dependencies:
yarn install
ornpm install
- Start the development server:
yarn dev
ornpm run dev
- Open your browser and visit
http://localhost:3000
to view the app
- TypeScript
- Tailwind CSS
- Spaceflight News API
This project is licensed under the ISC license.