Skip to content

Commit

Permalink
refactor: update README.md to reflect new app branding and name chang…
Browse files Browse the repository at this point in the history
…e to Piecelet

- Changed app name from NeoDB App to Piecelet throughout the document.
- Updated descriptions to align with the new branding.
- Revised app icon reference to the new image file.
- Ensured consistency in messaging regarding the app's functionality and development status.
  • Loading branch information
lcandy2 committed Jan 19, 2025
1 parent c3f79ce commit 1dd325c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NeoDB App
# Piecelet - iOS App for NeoDB

[Public TestFlight beta](https://testflight.apple.com/join/apxemRpF) (An proper App Store release will come eventually)

Expand Down Expand Up @@ -40,18 +40,18 @@ For contributors and myself, here is a todo list of features that could be added
- [ ] macOS support


NeoDB App is an open source application for accessing the decentralized social network [NeoDB](https://neodb.net/)! It's built entirely in SwiftUI, making it fast, lightweight, and easy to use.
Piecelet is an open source application for accessing the decentralized social network [NeoDB](https://neodb.net/)! It's built entirely in SwiftUI, making it fast, lightweight, and easy to use.

You can connect to any NeoDB instance and browse your timeline, interact with other users, and post updates and media.

It's a great starting point for learning SwiftUI. The app covers many of the basic concepts of SwiftUI, such as building layouts, working with data, and handling user interaction. By exploring the code, you can gain a solid understanding of how to use SwiftUI in your daily life. Plus, the open source nature of NeoDB App means that you can see how real-world applications are built and get a sense of best practices for using SwiftUI.
It's a great starting point for learning SwiftUI. The app covers many of the basic concepts of SwiftUI, such as building layouts, working with data, and handling user interaction. By exploring the code, you can gain a solid understanding of how to use SwiftUI in your daily life. Plus, the open source nature of Piecelet means that you can see how real-world applications are built and get a sense of best practices for using SwiftUI.

Please note that NeoDB is currently in an early stage of development and as such, there are many features that are still missing. While the app is functional and can be used to browse and interact with NeoDB, there are still many features that are planned for the future.
Please note that Piecelet is currently in an early stage of development and as such, there are many features that are still missing. While the app is functional and can be used to browse and interact with NeoDB, there are still many features that are planned for the future.

Thanks!

## Acknowledgements
- [IceCubesApp](https://github.com/Dimillian/IceCubesApp)
- [keychain-swift](https://github.com/evgenyneu/keychain-swift)

![Icon](NeoDB/NeoDB/Assets.xcassets/AppIcon.appiconset/logo_square%201_no_alpha.png)
![Icon](NeoDB/NeoDB/Assets.xcassets/AppIcon.appiconset/1024x1024%20copy%202%401x.png)

0 comments on commit 1dd325c

Please sign in to comment.