Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/javitocor/star-wars-catalogue
A catalogue where users will find everything related to Star Wars, built with React&Redux.
https://github.com/javitocor/star-wars-catalogue
api-call bootstrap localstorage login-logout reactjs redux regenerator-runtime serverless signup
Last synced: 8 days ago
JSON representation
A catalogue where users will find everything related to Star Wars, built with React&Redux.
- Host: GitHub
- URL: https://github.com/javitocor/star-wars-catalogue
- Owner: javitocor
- License: mit
- Created: 2021-08-14T14:53:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-17T12:23:32.000Z (over 3 years ago)
- Last Synced: 2025-01-25T17:32:54.527Z (12 days ago)
- Topics: api-call, bootstrap, localstorage, login-logout, reactjs, redux, regenerator-runtime, serverless, signup
- Language: JavaScript
- Homepage:
- Size: 1.25 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
![Hireable](https://cdn.rawgit.com/hiendv/hireable/master/styles/default/yes.svg)# Star Wars Catalogue
> A catalogue where users will find everything related to Star Wars, user must be logged in to access the data. Built with React&Redux.
Landing Page:
![screenshot](./src/assets/screenshot.png)Spaceships Page:
![screenshot](./src/assets/screenshot1.png)Additional description about the project and its features.
## Built With
- HTML
- CSS
- JAVASCRIPT
- NPM
- REACT
- REDUX
- GITHUB ACTIONS
- VSCODE## Getting Started
### Usage
To have this app on your pc, you need to:
* [download](https://github.com/javitocor/Star-Wars-Catalogue/archive/development.zip) or clone this repo:
- Clone with SSH:
```
[email protected]:javitocor/Star-Wars-Catalogue.git
```
- Clone with HTTPS
```
https://github.com/javitocor/Star-Wars-Catalogue.git
```* In the project directory, you can run:
- `$ npm install` or `$ yarn install` - installs all the dependencies required by the project
- `$ npm start` - runs the app in the development mode:
- Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
- The page will reload if you make edits.
- You will also see any lint errors in the console.- `$ npm run test`
- Launches the test runner in the interactive watch mode.
- See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.- `$ npm run build`
- Builds the app for production to the `build` folder.
- It correctly bundles React in production mode and optimizes the build for the best performance.
- The build is minified and the filenames include the hashes.
- Your app is ready to be deployed!### Automated Test
- `$ npm run test`
- Launches the test runner in the interactive watch mode.
- See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.## Future Features
- Add images.
- Add testing.## Author
👤 Javier Oriol Correas Sanchez Cuesta
- Github: [@javitocor](https://github.com/javitocor)
- Twitter: [@JavierCorreas4](https://twitter.com/JavierCorreas4)
- Linkedin: [Javier Oriol Correas Sanchez Cuesta](https://www.linkedin.com/in/javier-correas-sanchez-cuesta-15289482/)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](https://github.com/javitocor/Star-Wars-Catalogue/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments 🚀
- [React Documentation](https://reactjs.org/docs/getting-started.html)
- [Redux](https://redux.js.org/)
- [STAR WARS API](https://swapi.dev/documentation)## 📝 License
This project is [MIT](lic.url) licensed.
[contributors-shield]: https://img.shields.io/github/contributors/javitocor/Star-Wars-Catalogue.svg?style=flat-square
[contributors-url]: https://github.com/javitocor/Star-Wars-Catalogue/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/javitocor/Star-Wars-Catalogue.svg?style=flat-square
[forks-url]: https://github.com/javitocor/Star-Wars-Catalogue/network/members
[stars-shield]: https://img.shields.io/github/stars/javitocor/Star-Wars-Catalogue.svg?style=flat-square
[stars-url]: https://github.com/javitocor/Star-Wars-Catalogue/stargazers
[issues-shield]: https://img.shields.io/github/issues/javitocor/Star-Wars-Catalogue.svg?style=flat-square
[issues-url]: https://github.com/javitocor/Star-Wars-Catalogue/issues