Skip to content

teriTheDesigner/sundown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sundown 2.0 🚀✨

This project was built in Nuxt and Vue

Look at the Nuxt 3 documentation & Vue documentation to learn more.

Key Features

  • Authentication: Users can securely log in using their email and password, which are validated against a local JSON-based file containing authorized space agents' credentials.

  • Persistent User Data: Once logged in, user information is persisted for easy navigation throughout the application.

  • Space Report Management: Users can view a list of previously created space reports and create new ones.

  • Mission Details: During the report creation process, users can input mission details such as mission name, description, and start date.

  • Image Selection: Users can select images from the NASA API to include in their space reports.

  • Real-time ISS Position: The application displays the current position of the ISS over Earth, updating coordinates every 30 seconds.

  • Report Finalization: Users can review their mission reports, saving data locally and linking it to their user profile.

  • Report History: Users have access to a list of all mission reports they've created, with options to edit or delete them as needed.

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

Deployment

https://sundown-two.vercel.app/

Check out Vercel for documentation.

About

Space Mission Reporting Tool 🚀

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published