Skip to content

Latest commit

 

History

History
58 lines (37 loc) · 1.17 KB

File metadata and controls

58 lines (37 loc) · 1.17 KB

EnjoyGitHub

A simple React learning project to practice GitHub workflows, project structure, and frontend delivery.

Live demo: Open the app online

Project purposes

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

Current status

  • Initial repository setup completed
  • README upgraded from default template
  • Next step: add/attach the actual app source files and document features

Run locally

Prerequisites

  • Node.js (LTS recommended)

Steps

npm install
npm start

Open http://localhost:3000

Build

npm run build

Tech stack

  • React
  • React Router
  • Recharts

Roadmap

  • 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

Notes

This is a portfolio/learning repository focused on execution, documentation quality, and iterative improvement.