Skip to content

Commit 4a6e8d3

Browse files
attach work app photos
1 parent ebb1638 commit 4a6e8d3

File tree

8 files changed

+12
-2
lines changed

8 files changed

+12
-2
lines changed

.dockerignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ logs
2222
.vscode
2323
.idea
2424

25-
# Env files (改为在运行容器时注入)
25+
# Env files
2626
.env
2727
.env.*
28+
29+
*.png
30+
!public/**/*.png

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,21 @@
33
## Project Overview
44
This is a currency conversion web application that allows users to input an amount in Australian dollars (AUD) and instantly convert it into five target currencies: USD, EUR, JPY, GBP, and CNY. The interface also provides a 14-day time series chart that visualizes historical exchange rates for the selected currency pair.
55

6+
- [Light mode – desktop](./light-mode-pc.png)
7+
- [Light mode – mobile (conversion view)](./light-mode-mobile-1.png)
8+
- [Light mode – mobile (history view)](./light-mode-mobile-2.png)
9+
- [Night mode – desktop](./night-mode-pc.png)
10+
- [Night mode – mobile (conversion view)](./night-mode-mobile-1.png)
11+
- [Night mode – mobile (history view)](./night-mode-mobile-2.png)
12+
613
**Tech Stack:** ui:next.js 16 + react 19 + tailwindcss 4 + lucide / data:open exchange rates API / charts:recharts / testing:vitest + testing-library + happy-dom / tooling:pnpm + TypeScript + eslint
714

815

916
## Quick Start (Local Development)
1017

1118
1. **Clone the repository**
1219
```bash
13-
git clone <repository-url>
20+
git clone https://github.com/Boxuan-Matty-Lin/currency_converter
1421
cd currency_converter
1522
```
1623

light-mode-mobile-1.png

840 KB
Loading

light-mode-mobile-2.png

823 KB
Loading

light-mode-pc.png

874 KB
Loading

night-mode-mobile-1.png

122 KB
Loading

night-mode-mobile-2.png

143 KB
Loading

night-mode-pc.png

888 KB
Loading

0 commit comments

Comments
 (0)