Projects
Download Resume
Github Account
Rithm School Mobile App
Pix.ly
Job.ly
Warbler
Rithm School Mobile App
Mobile App uses the following technologies:
- React-Native, frontend
- JavaScript
- Axios library, data displayed is fetched from a Django backend
- Stack and Tab Navigation, the stack navigation is nested inside the tab naviation
- User authentication
- React Native Paper
- Flatlist
The Rithm School mobile application displays all upcoming lectures, exercises, assessments and events for the cohort the user is participating in. The user can click on an item to view more information about it. The user can then use the tab navigation to view only one of the categories.
Pix.ly
Pix.ly uses the following technologies:
- Flask, frontend and backend
- Python
- AWS - S3, stores images on AWS
- PostgreSQL, full text search
Pixly allows a user to upload images to be stored on AWS. When the image is being uploaded, the user can choose to convert the image to black and white. The meta data of the image is stored. The user can search through their images by the name, author, or meta data information that is stored in the database.
Job.ly
Job.ly uses the following technologies:
- React, frontend
- Express, backend
- JavaScript
- Node.js
- Backend handles authentication and authorization through middleware
- React Router, site is a single page application
- Local storage, allows a user to remain logged in when navigating away and returning to the page
Jobly allows a user to login and search through jobs or companies. The jobs and companies are stored in the backend and fetched using an axios api. The jobs can be viewed by company. Companies and jobs can be searched.
Warbler
Warbler uses the following technologies:
- Flask, frontend and backend
- Python
- PostgreSQL
- RESTful API with authentication and authorization middleware
- Bcrypt hashing, protected passwords
- unittest, tests models and views
Warbler is a server side rendered mock Twitter site. Users can create an account, follow other users, and post messages.