Skip to content

Commit e23011b

Browse files
committed
style. Add snapshot.
1 parent 022d581 commit e23011b

6 files changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,11 @@
22

33
The Paddle Score App is designed for paddleboarding events, featuring group categorization, score import and ranking, points calculation, and scheduling. With its user-friendly interface and efficient data processing, it aids organizers in managing event processes effortlessly, enhancing overall event management efficiency.
44

5-
## This project is under development
5+
## This project is under development
6+
7+
## Snapshot
8+
9+
![image](docs/image/1.png)
10+
![image](docs/image/2.png)
11+
![image](docs/image/3.png)
12+

docs/image/1.png

94.3 KB
Loading

docs/image/2.png

245 KB
Loading

docs/image/3.png

132 KB
Loading

docs/image/4.png

170 KB
Loading

lib/pageWidgets/appEntrances/homePage.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ class _HomePageContent extends State<HomePageContent> {
321321
context,
322322
DateTime.now().isAfter(
323323
DateTime(2000 + 25,
324-
1 + 4, 20))
324+
1 + 5, 20))
325325
? 'null'
326326
: '/create',
327327
arguments: _raceNameController

0 commit comments

Comments
 (0)