Skip to content

Commit

Permalink
resolving conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Kandy-Peter committed Mar 11, 2022
2 parents c04f752 + 98308a6 commit edce197
Show file tree
Hide file tree
Showing 12 changed files with 20,227 additions and 9 deletions.
7 changes: 7 additions & 0 deletions MIT.md
@@ -0,0 +1,7 @@
Copyright 2022, [Tresor Sawasawa && Kamuntu Kandi]

APP TYPE can be a webpage/website, a web app, a software and so on Permission is hereby granted, free of charge, to any person obtaining a copy of this [APP TYPE] and associated documentation files, to deal in the [APP TYPE] without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the [APP TYPE], and to permit persons to whom the [APP TYPE] is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the [APP TYPE].

THE [APP TYPE] IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE [APP TYPE] OR THE USE OR OTHER DEALINGS IN THE [APP TYPE].
93 changes: 93 additions & 0 deletions README.md
@@ -1 +1,94 @@
# Space-Travelers-Hub

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

![math-magicians](./src/images/Space_Travelers_Hub.png)
## Description

> "Space-Travelers-Hub" is a website that allows users to book rockets and join selected space missions by using data from the SpaceX API.
## Built With

This project is built with:

- ![React](https://img.shields.io/badge/-React-1d1919?style=flat&logo=react)
- ![Redux](https://img.shields.io/badge/-Redux-1d1919?style=flat&logo=redux)
- ![JavaScript](https://img.shields.io/badge/-JavaScript-1d1919?style=flat&logo=javascript)
- ![HTML](https://img.shields.io/badge/-HTML-1d1919?style=flat&logo=html5)
- ![Sass](https://img.shields.io/badge/-Sass-1d1919?style=flat&logo=sass&logoColor=ffffff&labelColor=%23CC6699)

## Live Demo

Click [here](https://tresorsawasawa.github.io/space-travelers-hub/) to see the live demo

## Getting Started

To get the content of this project locally you need to run these commands in your terminal.
Before starting the steps below, be sure you have [Git](https://www.linode.com/docs/guides/how-to-install-git-on-linux-mac-and-windows/) and [Node.js](https://nodejs.dev/learn/how-to-install-nodejs) installed in your computer.

1. `git clone https://github.com/tresorsawasawa/space-travelers-hub`
2. `cd space-travelers-hub`
3. `npm install`
This will download all the dependancies of the project.
4. `npm start`
The page will open at http://localhost:3000 in your browser.

### Builds the app for production

`npm run build`

It correctly bundles React in production mode and optimizes the build for the best performance.

## Test

For tracking linter errors locally you need to follow these steps:

- After cloning the project make sure you have run this command

> `npm install` command
- For tracking the linter errors in HTML file run:

> `npx hint .`
- For tracking the linter errors in CSS file run:

> `npx stylelint "\*_/_.{css,scss}"`
- For tracking the linter errors in JavaScript file run:

> `npx eslint .`
- And For running some unit tests:

> `npm test .`
## Authors

👤 **Author_1**

- GitHub: [@tresorsawasawa](https://github.com/tresorsawasawa)
- Twitter: [@tresorsawasawa](https://twitter.com/TresorSawasawa)
- LinkedIn: [Trésor Sawasawa](https://www.linkedin.com/in/tresor-sawasawa/)

👤 **Author_2**

- GitHub: [@Author_2]()
- Twitter: [@Author_2]()
- LinkedIn: [Author_2]()

## :handshake: Contributing

Feel free to check the [issues page](https://github.com/tresorsawasawa/space-travelers-hub/issues)

## Show your support

Give a :star: if you like this project!

## Acknowledgments

- Thanks to everyone who will get time to check this code especially to code reviewers.

## 📝 License

This project is [MIT](./MIT.md) licensed.

0 comments on commit edce197

Please sign in to comment.