3
3
<table align =" center " >
4
4
<tr >
5
5
<td >
6
- <img src =" imgs/preview.svg " alt =" Preview image " />
6
+ <img src =" imgs/thumbnail.png " alt =" Preview image " />
7
7
</td >
8
8
</tr >
9
9
</table >
@@ -21,19 +21,37 @@ TypeScript all visualized in an intuitive interface.
21
21
This is the Mobile(Non official) version of [ hackertab.dev] ( https://hackertab.dev ) extension brought to your
22
22
phone now so you stay always posted even if you’re not on your pc.
23
23
24
- ## Demo
25
-
26
- <table align =" center " >
27
- <tr >
28
- <td >
29
- <img src =" imgs/demo.gif " alt =" Hackertab Android & IOS " />
30
- </td >
31
- </tr >
32
- </table >
33
-
34
24
## ⬇️ Download
35
25
36
- [ <img src =" https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png " alt =" Get it on Google Play " height =" 90 " />] ( https://play.google.com/store/apps/details?id=com.zrcoding.hackertab ) <br >
26
+ <div style =" display : flex ; flex-wrap : wrap ; justify-content : center ; gap : 20px ; align-items : center ;" >
27
+ <a href =" https://play.google.com/store/apps/details?id=com.zrcoding.hackertab " style =" display : inline-block ;" >
28
+ <img src="imgs/playstore.png" alt="Get it on Google Play" height="80" style="max-width: 100%; height: auto;"/>
29
+ </a >
30
+ <a href =" https://apps.apple.com/us/app/hackertab-unofficial/id6746347807 " style =" display : inline-block ;" >
31
+ <img src="imgs/appstore.png" alt="Get it on App Store" height="80" style="max-width: 100%; height: auto;"/>
32
+ </a >
33
+ </div >
34
+
35
+ <style >
36
+ /* Responsive layout for download buttons */
37
+ @media (max-width : 768px ) {
38
+ div [style *= " display: flex" ] {
39
+ flex-direction : column !important ;
40
+ gap : 15px !important ;
41
+ }
42
+ }
43
+
44
+ @media (min-width : 769px ) {
45
+ div [style *= " display: flex" ] {
46
+ flex-direction : row !important ;
47
+ justify-content : center !important ;
48
+ gap : 30px !important ;
49
+ }
50
+ }
51
+ </style >
52
+
53
+ <br >
54
+
37
55
You can check the [ releases] ( https://github.com/zouhir96/hackertab-android/releases/latest ) page for
38
56
details.
39
57
@@ -50,14 +68,16 @@ details.
50
68
- Github actions: Run tests, deploy to google play
51
69
52
70
## 🛠️ Resources
71
+
53
72
- Figma: [ Design file] ( https://www.figma.com/file/IMFz1yU7jLCIQL1ZM0X8t7/Hackertab?type=design&node-id=0-1&mode=design&t=7yYklSUnlheLkOaN-0 )
54
73
- Trello: [ Project board] ( https://trello.com/b/OaxWzI96/hackertab )
55
74
56
75
### Features
57
76
58
77
- [x] 11 sources of news: Github, Hackernews, Conferences, Devto, Producthunt, Reddit, Lobsters,
59
- Hashnode, Freecodecamp, IndieHackers and Medium.
78
+ Hashnode, Freecodecamp, IndieHackers and Medium.
60
79
- [x] 26 Topics to follow: Android, Kotlin, Java, JavaScript, TypeScript ...
80
+ - [x] Onboarding and app setup
61
81
- [x] Possibility to configure which sources to follow.
62
82
- [x] Possibility to configure which topics to follow.
63
83
- [x] Contact support by email.
@@ -68,7 +88,6 @@ details.
68
88
### Development
69
89
70
90
- [ ] Add offline first support
71
- - [ ] Add onboarding and app install setup
72
91
73
92
## 🧩 Requirements
74
93
0 commit comments