anita00001 / space-traveller-hub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Space Travelers' Hub (React/Redux Group Project)

πŸ“— Table of Contents

πŸ“– Space Travelers' Hub (React/Redux Group Project)

This is a Space Travelers application developed by using REACT. The app serves as a platform for reserving rockets and joining missions, offering a diverse range of functionalities through API calls.

πŸ›  Built With HTML5 , CSS, REACT and REDUX

πŸ›  Tech Stack

React
CSS
Javascript
NodeJS

Key Features

  • User can Reserve Rockets
  • User can join Missions
  • User can view reserved rockets and joined mission on My Profile

(back to top)

πŸš€ Live Demo

(back to top)

πŸ’» Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

  • Git bash
  • Visual Code Studio

Setup

Clone this repository to your desired folder:
cd your-folder

git clone https://github.com/YoutLone/space-travellers-hub.git

Install

Installation dependency for linters check Find the guide here.

Usage

Run the project on Visual Studio Code Live Server

  npm install
  npm start

(back to top)

Run tests

To run tests, run the following command:

To check for css errors run:

  npx stylelint "**/*.{css,scss}"

To check for js errors run:

  npx eslint "**/*.{js,jsx}"

πŸ‘₯ Authors

πŸ‘€ Than Myo Htet

πŸ‘€ Anita Sharma

(back to top)

πŸ”­ Future Features

  • Adding Dragons
  • Persist data in local storage

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project give it a rating.

(back to top)

πŸ™ Acknowledgments

  • We express our sincere gratitude to Microverse (microverse.org) for providing the necessary resources and knowledge that allowed us to work on this project.
  • We are thankful to our Mentors and Code Reviewers who encourage us to optimize and make this project functional.

(back to top)

πŸ“ License

  • This project is MIT licensed.

(back to top)

About

License:MIT License


Languages

Language:JavaScript 87.1%Language:CSS 11.7%Language:HTML 1.3%