LKH Store is an online e-commerce platform built with React and FastAPI. It features a modern, responsive frontend styled with Tailwind CSS and a robust backend API powered by FastAPI.
- React
- Tailwind CSS
- React Hooks for state management
- FastAPI (under development)
lkh-store/ ├── frontend/ │ ├── public/ │ └── src/ │ ├── components/ │ ├── hooks/ │ ├── pages/ │ ├── utils/ │ ├── App.js │ └── index.js ├── backend/ │ ├── app/ │ │ ├── models/ │ │ ├── routes/ │ │ └── main.py │ └── requirements.txt └── README.md