Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/z347/react-starwarsinfo
This is web application can show some interesting information about the Star Wars in a user friendly formats.
https://github.com/z347/react-starwarsinfo
adaptive-layouts bootstrap-4 css3 es6 express-js javascript node-js prop-types react react-router-dom
Last synced: about 1 month ago
JSON representation
This is web application can show some interesting information about the Star Wars in a user friendly formats.
- Host: GitHub
- URL: https://github.com/z347/react-starwarsinfo
- Owner: z347
- Created: 2020-09-07T14:00:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T14:03:26.000Z (over 4 years ago)
- Last Synced: 2024-11-05T23:33:50.622Z (3 months ago)
- Topics: adaptive-layouts, bootstrap-4, css3, es6, express-js, javascript, node-js, prop-types, react, react-router-dom
- Language: JavaScript
- Homepage: https://star-wars-data-info.herokuapp.com/
- Size: 898 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About this project
This is web application can show some interesting information about the Star Wars in a user friendly formats.
This web application uses two different APIs to get information, and then processes the data to display the correct data.
Also, this application can hide some information for unknown users (simplified version of authentication).
## Demo
![Farmers Market Finder - Animated gif demo](demo/demo.gif)
## Run Project Locally
1. Clone or fork this repository.
2. Open terminal.
3. In the terminal, go to the location of the downloaded archive.
4. Then write in terminal:
1. **npm install**
2. **npm run start**## Technologies Used
- JavaScript
- Node.js
- Express.js
- ES6 +
- React
- Prop-types
- React Router
- Bootstrap 4
- Adaptive layout
- CSS3
- GIT