/beyond-fe

Beyond, a sky catalog web app built for users to browse stars, galaxies, and much more as well as save their favourites.

Primary LanguageTypeScript

BEYOND logo with planet as the O

Frontend repository for the BEYOND space catalog web application

View our deployed site at https://beyond-the-stars.netlify.app/

View our backend repository at https://github.com/ThomasMattern2/BEYOND

Features

Users are able to browse sky objects such as stars and nebulae. Users can favourite sky objects to add to their own personal collection. Users can view a sky map that shows the locations of the sky objects. Users are also able to create new sky objects that are not already in the system.

How to run the site locally

  1. Clone the repo
  2. Run cd src
  3. Run npm install
  4. Finally, run npm start to view the site at http://localhost:3000

How to run tests

  • You must have the Selenium IDE extension installed on your browser.
  • Open the /tests/BEYOND.side file in Selenium IDE as a new project, then you can run the tests.