ReSell is a platform that helps people sell their unwanted items in a seamless and secure manner. It features a Rails API for the backend and a mobile client built with React Native
- Backend: Ruby on Rails API
- Frontend: React Native
- Authentication: JWT Token-based authentication for user registration and login, with token storage on the client side with expo-secure-store.
- User Authentication: Secure sign-up, login with JWT tokens and sing out.
- Token Storage: token validation on app launch. Protecting screens by checking jwt token.