diff --git a/README.md b/README.md index 6626942..e79cb41 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ -![Resin wordmark logo](assets/logo/logo-wordmark.png) +A screenshot of the timeline Resin is a Pixelfed client designed to minimize the chance the user will use it unhealthily. In other words, this app practices @@ -17,6 +20,25 @@ developed by companies that do. While these dark patterns may seem like industry standards, we have no need to follow them. This project seeks to demonstrate the different ways to go about doing that. +## Screenshots + +As of late February, the UI of Resin is still ACTIVELY under development and +will likely change quite a bit. These screenshots probably won't be up to +date most of the time. + +A screenshot of the timeline +A screenshot of the search menu +A screenshot of the profile page + ## Building This project is written in React Native and built using Expo. @@ -29,10 +51,10 @@ $ npm install # Install the dependencies $ expo start # start the development server ``` -# Contributing +## Contributing This project is still extremely early in development; however, contributions are still more than welcome. If you're interested in helping out, the easiest way to get started would be to contact [the project maintainer](https://social.njms.ca/nat) who would be more than -happy to talk to you about it. \ No newline at end of file +happy to talk to you about it. diff --git a/assets/screenshots/profile-2021-02-27.png b/assets/screenshots/profile-2021-02-27.png new file mode 100644 index 0000000..2464303 Binary files /dev/null and b/assets/screenshots/profile-2021-02-27.png differ diff --git a/assets/screenshots/search-2021-02-27.png b/assets/screenshots/search-2021-02-27.png new file mode 100644 index 0000000..143dcd7 Binary files /dev/null and b/assets/screenshots/search-2021-02-27.png differ diff --git a/assets/screenshots/timeline-2021-02-27.png b/assets/screenshots/timeline-2021-02-27.png new file mode 100644 index 0000000..037d79a Binary files /dev/null and b/assets/screenshots/timeline-2021-02-27.png differ