Skip to content

Commit b1eb651

Browse files
committed
feat: Update readme and changelog.
1 parent b80bffb commit b1eb651

File tree

7 files changed

+37
-288
lines changed

7 files changed

+37
-288
lines changed

README.md

Lines changed: 33 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<table align="center">
44
<tr>
55
<td>
6-
<img src="imgs/preview.svg" alt="Preview image" />
6+
<img src="imgs/thumbnail.png" alt="Preview image" />
77
</td>
88
</tr>
99
</table>
@@ -21,19 +21,37 @@ TypeScript all visualized in an intuitive interface.
2121
This is the Mobile(Non official) version of [hackertab.dev](https://hackertab.dev) extension brought to your
2222
phone now so you stay always posted even if you’re not on your pc.
2323

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-
3424
## ⬇️ Download
3525

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+
3755
You can check the [releases](https://github.com/zouhir96/hackertab-android/releases/latest) page for
3856
details.
3957

@@ -50,14 +68,16 @@ details.
5068
- Github actions: Run tests, deploy to google play
5169

5270
## 🛠️ Resources
71+
5372
- Figma: [Design file](https://www.figma.com/file/IMFz1yU7jLCIQL1ZM0X8t7/Hackertab?type=design&node-id=0-1&mode=design&t=7yYklSUnlheLkOaN-0)
5473
- Trello: [Project board](https://trello.com/b/OaxWzI96/hackertab)
5574

5675
### Features
5776

5877
- [x] 11 sources of news: Github, Hackernews, Conferences, Devto, Producthunt, Reddit, Lobsters,
59-
Hashnode, Freecodecamp, IndieHackers and Medium.
78+
Hashnode, Freecodecamp, IndieHackers and Medium.
6079
- [x] 26 Topics to follow: Android, Kotlin, Java, JavaScript, TypeScript ...
80+
- [x] Onboarding and app setup
6181
- [x] Possibility to configure which sources to follow.
6282
- [x] Possibility to configure which topics to follow.
6383
- [x] Contact support by email.
@@ -68,7 +88,6 @@ details.
6888
### Development
6989

7090
- [ ] Add offline first support
71-
- [ ] Add onboarding and app install setup
7291

7392
## 🧩 Requirements
7493

imgs/appstore.png

4.24 KB
Loading

imgs/playstore.png

4.75 KB
Loading

imgs/preview.svg

Lines changed: 0 additions & 270 deletions
This file was deleted.

imgs/thumbnail.png

700 KB
Loading

whatsNewDirectory/whatsnew-en-US

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
We’re back with a big update! 🚀
22
Here’s what’s new in this release:
33

4-
- ✨New onboarding flow to help new users set up their favorite sources and topics
5-
- 📰Choose which news sources you want to see
6-
- 🏷️Filter articles by topic for a more focused feed
7-
- 🎨Updated UI with smoother UX and cleaner design
4+
- ✨ New onboarding flow to help new users set up their favorite sources and topics
5+
- 📰 Choose which news sources you want to see
6+
- 🏷️ Filter articles by topic for a more focused feed
7+
- 🎨 Updated UI with smoother UX and cleaner design
88

99
Update now and enjoy a better, smarter HackerTab experience!

0 commit comments

Comments
 (0)