Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haywhizzz/crypto-assets
This is a front-end application to organize a browsable list of Crypto Assets that can be filtered and accessed to each Asset's details.
https://github.com/haywhizzz/crypto-assets
crypto cryptocurrency react react-redux redux
Last synced: 20 days ago
JSON representation
This is a front-end application to organize a browsable list of Crypto Assets that can be filtered and accessed to each Asset's details.
- Host: GitHub
- URL: https://github.com/haywhizzz/crypto-assets
- Owner: Haywhizzz
- Created: 2021-06-05T20:26:06.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2021-07-01T08:58:05.000Z (over 3 years ago)
- Last Synced: 2024-12-07T16:21:01.879Z (about 1 month ago)
- Topics: crypto, cryptocurrency, react, react-redux, redux
- Language: JavaScript
- Homepage: https://crypto-assets.netlify.app/
- Size: 895 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Redux Capstone: Crypto-Assets
> Build the front-end of an application to organize a browsable list of Crypto Assets that can be filtered and accessed to each Asset's details.
![screenshot](./crypto-app.png)
Users will browse through a list of Crypto Assets, Filtered by Market Cap, ATH, total Volume in higher to lower order. Also, the user can filter by cryptocurrency name.
## Built With
- React.js, Redux, Webpack, Babel
- HTML5/CSS3, Javascript ES6
- ESlint, Stylelint
- VSCode## Live Demo
[Live Demo Link](https://crypto-assets.netlify.app/)
## Getting Started
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).To get a local copy up and running follow these simple example steps.
### Prerequisites
- To install the app in your system, make sure you have node/npm installed. [get npm](https://www.npmjs.com/get-npm)### Setup
- Clone the repository in your system by using:``` git clone ```
## Install
- Next step is to CD into the local repository and run:
``` npm install ```
### start development mode in your local environment
``` 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 build ```
This command 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!See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
### Run tests
* Run the test suite app for store actions with
``` npm test ```## Authors
👤 **Oyeleke Ayomide**
- Github: [@Haywhizzz](https://github.com/Haywhizzz)
- Twitter: [@Haywhizzz](https://twitter.com/Haywhizzz)
- Linkedin: [Haywhizzz](https://www.linkedin.com/in/oyelekeayomide)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
@microverseinc
## 📝 License
This project is [MIT](LICENSE) licensed.