/spacenest

Primary LanguageJavaScript

SpaceNest

SpaceNest is a portal for space enthusiasts or others seeking information about the cosmos.

Abstract

The prime intention of creating this website was to educate people about the cosmos via interesting images, quizzes, and wildcards. This site is ideal for beginners as well as for people who are well-versed in this topic. The website has an intriguing UI and is user-friendly. Users can read some quick space facts on the quickfacts page or look at regal high-quality space images on the Gallery page. A user can also test his/her knowledge about space through the quiz page.

Tech Used

Installation

  1. Clone the repository.
  2. Install NodeJs
  3. Then run the following commands on cmd
git clone git://github.com/Amey1115/SpaceNest.git 
cd SpaceNest
npm install

Running

Make sure that nothing is running on http://localhost:3000/

You can either run the website with npm or by installing yarn

Using npm

npm start

Using yarn

yarn start