Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joakimteixeira/coin-tracker
Application for tracking digital currency
https://github.com/joakimteixeira/coin-tracker
absolute-imports airbnb-eslint axios chartjs context-api font-awesome localstorage react-bootstrap reactjs responsive-design single-page-app ui-ux
Last synced: about 2 months ago
JSON representation
Application for tracking digital currency
- Host: GitHub
- URL: https://github.com/joakimteixeira/coin-tracker
- Owner: JoakimTeixeira
- Created: 2020-11-18T16:35:40.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T19:39:23.000Z (about 2 months ago)
- Last Synced: 2024-11-07T20:34:12.492Z (about 2 months ago)
- Topics: absolute-imports, airbnb-eslint, axios, chartjs, context-api, font-awesome, localstorage, react-bootstrap, reactjs, responsive-design, single-page-app, ui-ux
- Language: JavaScript
- Homepage: https://joakimteixeira.github.io/coin-tracker/
- Size: 1.71 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coin Tracker
Application for tracking digital currency
[![Javascript Style Guide](https://badgen.net/badge/eslint/airbnb/ff5a5f?icon=airbnb)](https://github.com/airbnb/javascript)
### Summary Page
![image](https://user-images.githubusercontent.com/12193814/103313733-bcebf300-49ff-11eb-8eca-63eab0c8f91f.png)
### Details Page
![image](https://user-images.githubusercontent.com/12193814/103313657-831aec80-49ff-11eb-994b-4a4ee6834212.png)
## To-do
- [ ] Add 404 page
- [ ] Handle server timeout errors
- [ ] Implement drag and drop for summary items
- [ ] Improve the removal button to remove all items## Running the Project
To get started, fork the repository, clone it, and then run the following commands:
npm install
npm run start