A web application built using the Ruby on Rails framework. Users are able to register on the platform, create and comment on posts made by other users. They can also follow and un-follow users they like. Rspec and Capybara were used for testing.
This project is based on Twitter and has been given an individual theme created from work environment-related photos. Made with Ruby on Rails and features image storage using Amazon S3 buckets
Bible Talks social web app built in rails with user registration or login with Github/Twitter accounts. Based on a twitter redesign, file uploads to AWS S3. Tested with RSpec.
This is a Doctor's Appointment application that is intended to showcase full-stack web development skills, particularly in Ruby on Rails and React. Doctor's Appointments employs an API tied to a frontend written in React, and is made using the methodology and specifications of the Capstone Project provided by Microverse. This project asks students to build an industry-level application to show some of the skills learned during the full-stack development course. Click here to see the project requirements. The original design of this application includes other modules that could potentially be developed: a feature that requests as an ambulance, or one for buying medication. I definitely want to implement those features in the future. I would also like to implement a feature in which doctors can register and open their availability for appointments, keep track of their patients, and register their clinic history and feedback. Since there is also currently the ability for patients to grade the doctor's service, I think it could also be useful to add a feature that enables doctors to grade and register the behavior of the patients as well as their discipline when it comes to maintaining recommended diets or taking their medication.
A Full-stack CRUD web application. Users create posts (buzzes) and also see the posts of other users they follow. Built with Ruby-on-Rails, HTML, CSS, bootstrap.
This is an app that allows users to create their shopping list and add items to a group(category) they desire and also add items they don't want to be grouped separately. Built with Ruby on Rails.
This project is based on Facebook. Features include MVC, posts, comments, likes, and dislikes. Also friendships functionality, unit and integration tests, and Omniauth authentication.
Group our Wishlist is a web application with responsive behavior for mobile usage built with Ruby on Rails this application is based on an app for grouping payments by a goal with your family friends you can find the full requirements here. Exploring this project you can find these options (login, sign in, all my wishlist, all my external wishlist, all groups and log out, check out a wish list as an additional feature).
Proyecto en Ruby on Rails para calcular rendimientos y exportar datos usando las 3 criptomonedas más populares (BTC, ETH, ADA) con datos importados de Messari API.
In this project, we developed a fully fleshed out social media application from modeling the entity-relationship diagram (ERD) to building the needed ActiveRecord. We worked with advanced associations, many-to-many relationships and used RSpec testing using shoulda-matchers and capybara
Manage huge inventory and sales with Inventory Transactions. PostgreSQL database implemented to handle your inventory as well as sales. Built with Ruby and its framework Ruby On Rails.
In this project, I created an app that allows you to register books you've read and group them based on their genres. As an extra feature, I implemented a feature that allows you to review other people's books as well as see reviews from different people on the book based on a 5-star rating.
This is a Ruby on Rails API from which the React frontend serves the data. It is a simple Rails app that has three models - User, Coach, and Appointment. For the authentication of the users, I used JSON Web Tokens. The API is hosted on Heroku, and can only be accessed with a valid API token.