A simple React learning project to practice GitHub workflows, project structure, and frontend delivery.
Live demo: Open the app online
This repository is used to:
- practice building and organizing a small frontend project
- improve GitHub usage (commits, README quality, iteration)
- show a clear learning path with practical outputs
- Initial repository setup completed
- README upgraded from default template
- Next step: add/attach the actual app source files and document features
- Node.js (LTS recommended)
npm install
npm startnpm run build- React
- React Router
- Recharts
- Add complete app code to this repository
- Add screenshots/GIF of the UI
- Add feature list per page (Dashboard, Wallet, Markets, Settings)
- Add basic test coverage
- Improve accessibility and form validation
This is a portfolio/learning repository focused on execution, documentation quality, and iterative improvement.