space-travelers-hub

所属分类:智慧办公
开发工具:JavaScript
文件大小:11790KB
下载次数:0
上传日期:2022-03-23 02:02:38
上 传 者sh-1993
说明:  这是一个基于React Redux的项目,使用成对编程和gitflow构建,遵循看板工作流。页面...
(This is a React-Redux based project, built with pair programming and gitflow, following this kanban workflow. The page have a global state that holds the Rockets and missions from the spaceX API, and allow you to reserve them, displaying on your profile section the missions that you own.)

文件列表:
space-travelers-hub-development (0, 2022-03-23)
space-travelers-hub-development\.babelrc (93, 2022-03-23)
space-travelers-hub-development\MIT.md (1066, 2022-03-23)
space-travelers-hub-development\netlify.toml (756, 2022-03-23)
space-travelers-hub-development\package-lock.json (1328881, 2022-03-23)
space-travelers-hub-development\package.json (1575, 2022-03-23)
space-travelers-hub-development\preview.gif (11834880, 2022-03-23)
space-travelers-hub-development\public (0, 2022-03-23)
space-travelers-hub-development\public\index.html (1546, 2022-03-23)
space-travelers-hub-development\src (0, 2022-03-23)
space-travelers-hub-development\src\App.js (935, 2022-03-23)
space-travelers-hub-development\src\__test__ (0, 2022-03-23)
space-travelers-hub-development\src\__test__\App.test.js (1702, 2022-03-23)
space-travelers-hub-development\src\__test__\__snapshots__ (0, 2022-03-23)
space-travelers-hub-development\src\__test__\__snapshots__\App.test.js.snap (16754, 2022-03-23)
space-travelers-hub-development\src\__test__\test-util.js (1064, 2022-03-23)
space-travelers-hub-development\src\assets (0, 2022-03-23)
space-travelers-hub-development\src\assets\planet.png (21696, 2022-03-23)
space-travelers-hub-development\src\components (0, 2022-03-23)
space-travelers-hub-development\src\components\JoinedMissions.js (734, 2022-03-23)
space-travelers-hub-development\src\components\MissionRow.js (1399, 2022-03-23)
space-travelers-hub-development\src\components\MissionsPage.js (1192, 2022-03-23)
space-travelers-hub-development\src\components\MyProfile.js (315, 2022-03-23)
space-travelers-hub-development\src\components\NavBar.js (1396, 2022-03-23)
space-travelers-hub-development\src\components\ProfileRockets.js (682, 2022-03-23)
space-travelers-hub-development\src\components\RenderRocket.js (944, 2022-03-23)
space-travelers-hub-development\src\components\RocketBadge.js (932, 2022-03-23)
space-travelers-hub-development\src\components\RocketsPage.js (641, 2022-03-23)
space-travelers-hub-development\src\index.js (483, 2022-03-23)
space-travelers-hub-development\src\redux (0, 2022-03-23)
space-travelers-hub-development\src\redux\configStore.js (349, 2022-03-23)
space-travelers-hub-development\src\redux\missions (0, 2022-03-23)
space-travelers-hub-development\src\redux\missions\missions.js (1898, 2022-03-23)
space-travelers-hub-development\src\redux\rockets (0, 2022-03-23)
... ...

#![](https://img.shields.io/badge/Microverse-blueviolet) # Space Travelers' Hub > This is a React-Redux-based project, built with pair programming and Gitflow, following [this kanban workflow](https://github.com/JohnFTitor/space-travelers-hub/projects/1). The page has a global state that holds the Rockets and missions from the SpaceX API and allows you to reserve them, displaying on your profile section the missions that you own. ![Preview](./preview.gif) Take a view on the SpaceX rockets and missions, reserve them, and have a register of what you reserved for yourself in your profile! The page will render dynamically in your profile when you reserve or cancel the missions and rockets from the oficial spaceX API ## Live Version [Netlify](https://jf-ls-space-travelers-hub.netlify.app/) ## Built With - HTML/SCSS and JavaScript - React Framework, Redux - Visual Studio Code ## Getting Started To get a local copy up and running follow these simple example steps. - Clone this repository with git clone```git@github.com:JohnFTitor/space-travelers-hub.git``` using your terminal or command line. - Change to the project directory by entering :
```cd space-travelers-hub``` in the terminal ### Prerequisites You need to make sure to have installed the latest version of Node.js and npm on your computer. ### Setup You can clone this repository or simply download the files as a .zip If you want to set up a personal repository based on this one, you can as well fork it. ### Install After clone it and before working on it, you have to run ```npm install``` so that all the dependencies of the project get downloaded in your pc locally. Such dependencies include React app and linters checks, for which you have to install the files following the ```wget``` commands inside linters.yml file. ### Usage You're free to use this project however you like it for educational purposes. Just keep in mind the acknowledgment described below To work on the project, run ```npm start``` in your terminal to deploy a live version of the development. This works in watch mode so it automatically reloads any need change you make to the files. ### Run linters checks Linter Checks are automatically run with Github actions when there's a pull request. If you want to run them locally, remember to have the config file in the root of the local project. ## Testing Run ```npm test``` to check prepared test cases related to the website functionality simulating user interaction. Remember to update the snapshots if you make changes to the UI. ## Deployment Netlify is set to automatically deploy the production branch (main branch) of this project, so you don't need to worry about it. Heroku is manually deployed by our team whenever required. That is, when the main branch gets updated. ## Authors ‘¤ **Andrs Felipe Arroyave Naranjo** - GitHub: [@JohnFTitor](https://github.com/JohnFTitor) - Twitter: [@johnftitor](https://twitter.com/johnftitor) - LinkedIn: [Andres](https://www.linkedin.com/in/andresarroyavenaranjo/?locale=en_US) ‘¤ **Lisandro Seia** - GitHub: [@lisandroseia](https://github.com/lisandroseia) - LinkedIn: [LinkedIn](https://www.linkedin.com/in/lisandroseia/) ## Show your support Give a if you like this project! ## “ License This project is [MIT](./MIT.md) licensed.

近期下载者

相关文件


收藏者