Alexander Wang

Results 12 issues of Alexander Wang

Right now, anyone can enter any email and sign up for an account. We want user's to be required to input a code sent to their email when they attempt...

Feature
Frontend 🖥
Medium

In the new `styles` folder, create a file called `dimensions` or something else (that has to do with width and height), and load the devices width and height using the...

Good first issue
Easy
Frontend 🖥
Refactor

As of now, all frontend logic such as navigation, receiving messages, sockets, etc etc all happen within the actual screens. We want to reserve the screens for mainly UI and...

Help wanted
Frontend 🖥
Medium
Refactor

Remake the chat screen and make it clean and modulized (move functions into their respective locations). Screens should ONLY have UI components and as little actual logic as possible! Also,...

Optimization
Frontend 🖥
Medium
Refactor

So as of now, the onSnapshot listener in the backend listens to the message collections after `Date.now()` which ends up listening for EVERY message after a that query. Therefore, we...

Optimization
Backend📡
Hard

As of right now, our backend's endpoints are all stored in `index.ts` which is a monolith of code which gets pretty confusing. We'd like you to help us sort them...

Backend📡
Medium
Refactor

Calling all designers! This is our first UI/UX orientated task :smile: !!! As you can see in the Figma, our welcome screen is outdated currently in the app and the...

Easy
UI/UX

Make a proof of concept in either another expo project or something else to show that it is possible to implement a custom tab navigation bar using reanimated and tab...

Feature
Help wanted
Frontend 🖥
Medium

Description: - Link the switches and settings in the Settings page to Settings Context - Make it functional - Implement a dark theme that withstands restarts - Other features? For...

Easy
Frontend 🖥

Just like the title, allow users to sign in using OAuth and the google sign in option. This should be hooked up to the google icon in the home and...

Feature
Frontend 🖥
Medium