- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
This is my latest React project, I chose an API from The Crypto Compare which provides me with cryptocurrencies data, and then built my web app using React and Redux. The design guidelines are based on the Ballhead app by Nelson Sakwa
- React
- Redux
- HTML/CSS & JavaScript best practices: Correct use of tags, elements, properties and syntax.
- Linters Check: Local and Pull Request check for errors, bugs and stylistic errors in code.
- Gitflow
- Unit tests
- Display a list of the top 10 cryptocurrencies
- Display the coin information
To get a local copy up and running, follow these steps.
- Have a source code editor such as VSCode
- Install nodeJS along with NPM
- Clone this repository into your local environment with
git clone https://github.com/vvoo21/Space-Travelers-Hub.git
- Just run
npm i
on the root of the project and you're good to go. All of the necesary packages will be installed for you!
- Run
npm start
to se a live version of the project on your browser - Run
npx hint .
to get Webhint going, a linter for HTML - Run
npx stylelint --fix "**/*.{css,scss}"
to get Stylelint going, a linter for CSS - Run
npx eslint --fix .
to get ESLint going, a linter for JS
- Run
npm run build
for Webpack to generate the dist files corresponding to your actual /src files
👤 Vanessa Oliveros Padron
- GitHub: @vvoo21
- Twitter: @vaneoliverosp
- LinkedIn: vaneoliverosp
- Redux Toolkit
- Jest testing
- React Router
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- I would like to thank the Microverse program!
- I would like to thank anyone whose code was used!
- Original design idea by Nelson Sakwa on Behance.
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.