https://github.com/jgcarrillo/angular-crypto-api
Basic example of a cryptocurrency app with Angular and Netlify
https://github.com/jgcarrillo/angular-crypto-api
angular api cryptocurrency
Last synced: 2 months ago
JSON representation
Basic example of a cryptocurrency app with Angular and Netlify
- Host: GitHub
- URL: https://github.com/jgcarrillo/angular-crypto-api
- Owner: jgcarrillo
- Created: 2022-03-12T09:29:08.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-02T10:54:07.000Z (over 3 years ago)
- Last Synced: 2025-03-23T18:15:53.641Z (over 1 year ago)
- Topics: angular, api, cryptocurrency
- Language: TypeScript
- Homepage: https://angular-crypto-api.netlify.app
- Size: 2.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cryptocurrency API Example 💰💰
This is a basic pet project for using a cryptocurrency API with Angular and Netlify. I know there are some mistakes like not using strict mode (I'm currently learning Angular) or variable names, but I just wanted to learn the way to deploy on Netlify and a basic usage of the framework. There are also some errors related with the language, because sometimes I use Spanish and in other cases I use English.
## 🎨 Features
- Basic use of the services to call the **CoinGecko API.**
- Implement basic routing.
- Basic filter by pattern.
- Specific filter for favourite coins so you can add some coins into your wallet and then you can remove them and also see more details.
## 🔨 Future improvements
- Use strict mode.
- Better nomenclature of variables.
- Implement more filters by price of something like that.
## 🚀 Netlify Deploy
For a future use it is simply to deploy an Angular web to Netlify. You just need to create a **Github repository** and then authorize Netlify to connect to it. You just need to change the **Build command:** to `ng build --prod` and the **Publish directory:** to `the name of the folder for your Angular project locally`.
To know that you can run `ng build --prod` and check the folder Angular has created. The publish directory will be `dist/{your-angular-folder-name}`.
## 💛 Contact
If you have some doubts or need to ask something about the project, feel free to reach me here:
- Twitter: [https://twitter.com/jgcarrillo](https://twitter.com/jgcarrillo_)
- LinkedIn: [https://es.linkedin.com/in/jgcarrilloweb](https://es.linkedin.com/in/jgcarrilloweb)
- Website: [https://jgcarrillo.com/](https://jgcarrillo.com/)