Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
Projects in Awesome Lists by JohnFTitor
A curated list of projects in awesome lists by JohnFTitor .
https://github.com/johnftitor/anime-list
This website was built using React and Redux. The main objective was to fetch data from an external API using the thunk middleware within the redux store, holding different states for each part of the app and filtering data based on user parameters.
api javascript jest react react-redux scss
Last synced: 05 Nov 2024
https://github.com/johnftitor/leaderboard
This website is a Leader Board App list using the Leaderboard API and JavaScript async and await functionality. It allows the user to submit scores and retrieve data of previously saved scores from a private game created the first time the page is opened. Have fun!
html javascript jest scss webpack
Last synced: 05 Nov 2024
https://github.com/johnftitor/space-travelers-hub
This is a React-Redux based project, built with pair programming and gitflow, following this kanban workflow. The page have a global state that holds the Rockets and missions from the spaceX API, and allow you to reserve them, displaying on your profile section the missions that you own.
Last synced: 05 Nov 2024
https://github.com/johnftitor/todolist
In this project, I built a simple HTML list of To-Do tasks. This simple web page was built using Webpack, creating everything from a JavaScript index file that imported all the modules and assets
html javascript jest scss webpack
Last synced: 05 Nov 2024
https://github.com/johnftitor/my_blog_app
This is a basic Blog website that allows users to create, edit, comment and delete posts, keeping data in a database. This project implements both authorization and authentication in order to provide extended functionality to logged in and authorized users.
postgresql rails ruby tailwindcss
Last synced: 05 Nov 2024
https://github.com/johnftitor/personal-portfolio
This is is a personal project aimed to build a much more personal and professional portfolio, which I designed myself. Additionally, my plan is to use this project to learn about Material UI library and Tailwind CSS project.
css html javascript material-ui portfolio react tailwindcss
Last synced: 05 Nov 2024
https://github.com/johnftitor/portfolio-first-project
This is a Portfolio webpage built using HTML/CSS and JavaScript, as the first Microverse Project to get into the basic layout of a webpage. It was made following a Figma design. As a recent note, the project was refactored using React Framework
Last synced: 05 Nov 2024
https://github.com/johnftitor/catalog-of-stuff
Ruby Capstone Project meant to wrap the concepts of Ruby language and SQL Databases, creating a OOP project based on an UML diagram. In this project, we created a console app that will help us to keep a record of different types of things we won: books, music albums, and games.
Last synced: 05 Nov 2024
https://github.com/johnftitor/capstoneproject_first
This is a simple landing page built using HTML/SCSS and JavaScript. This page provides basic navigation functionality and was made using an appropriate SCSS file structure.
Last synced: 05 Nov 2024
https://github.com/johnftitor/math_magicians
Math Magicians! This is a website for all fans of mathematics. It is a Single Page App (SPA) that allows users to make basic calculations and read a random math-related quote.
Last synced: 05 Nov 2024
https://github.com/johnftitor/spendless
Spendless is a Ruby on Rails application that allows users to keep track of their expenses and categories. Manage your own money, manage your own life
database postgresql rails ruby tailwindcss
Last synced: 05 Nov 2024
https://github.com/johnftitor/opp_school_library
Ruby library project that runs in the command line. Meant to understand the base principles of OPP programming while building an application with a new programming paradigm
Last synced: 05 Nov 2024
https://github.com/johnftitor/vet_clinic
This repository is meant to get started with PostgreSQL. You'll find a set of commands in each file as stated in the README.md file
Last synced: 05 Nov 2024
https://github.com/johnftitor/book-store
This is a library project built using React with the main objective of learning how to use Redux with React. This is accomplished by holding a global state of the books displayed in the list, which are at the same time retrieved from an external API.
Last synced: 05 Nov 2024
https://github.com/johnftitor/my_recipe_app
This is a simple Ruby On Rails project. Recipe app that allows user to create, delete, and read recipes created by them or the community, allowing the users to decide whether they'd be public or not. Additionally, it allows users to create food records and generate a shopping list based on the missing food for their recipes. It comes with authentication and authorization functionality.
bootstrap database postgresql rails ruby
Last synced: 05 Nov 2024
https://github.com/johnftitor/tictactoe
Simple TicTacToe Game using JavaScript Module Pattern and Factory Functions. A MiniMax Algorithm was applied for machine response in the game.
Last synced: 05 Nov 2024
https://github.com/johnftitor/hellorails
Basic repo to understand new rails Project command
Last synced: 05 Nov 2024
https://github.com/johnftitor/morse-code
Simple decoder for Morse messages.
Last synced: 05 Nov 2024
https://github.com/johnftitor/etch-a-sketch
This is an Etch a Sketch simple game built primarily with JavaScript. This page allows the user to interact with a board to make simple pixel drawings.
Last synced: 05 Nov 2024
https://github.com/johnftitor/medical_database
This exercise aims to reinforce our understanding of scheme diagrams in order to plan and create relational databases.
Last synced: 05 Nov 2024
https://github.com/johnftitor/react-to-do-list
This is a simple ToDo App created using React meant to consolidate all my knowledge about components, props, state, and hooks
Last synced: 05 Nov 2024
https://github.com/johnftitor/coding_challenges
A repo to store solutions for coding challenges
Last synced: 05 Nov 2024
https://github.com/johnftitor/personalportfolioangular
An Angular version of my previous porfolio
Last synced: 05 Nov 2024
https://github.com/johnftitor/learningc
This repo contains generally small pieces of code, with the only goal of learning the C programming language
Last synced: 05 Nov 2024
https://github.com/johnftitor/webpacktemplate
This template sets up a basic file structure for webpack projects with SCSS loader, jest tests, and GitHub pages deploy feature. It also includes a pull request template that you can edit to your liking. Linters are also included as dependencies. Feel free to use this template for any of your projects!
Last synced: 05 Nov 2024
https://github.com/johnftitor/peerfeedbacktodolist
In this project, I built a simple HTML list of To-Do tasks. This simple web page was built using Webpack, creating everything from a JavaScript index file that imported all the modules and assets
Last synced: 05 Nov 2024
https://github.com/johnftitor/personal-portfolio-api
This is an API meant to hold all the data for my Portfolio regarding each project I've made. This includes methods for Storing, Deleting and Getting projects. The main goal with this is to facilitate the way I add new projects, separating the front-end logic with the data
api backend postgresql rails ruby
Last synced: 05 Nov 2024
https://github.com/johnftitor/tdd
A repo meant to understand TDD in Ruby using Rspec
Last synced: 05 Nov 2024
https://github.com/johnftitor/jestpractice
This repository has some basic JavaScript functions created to test some cases using jest. It's an activity to get hands on testing
Last synced: 05 Nov 2024
https://github.com/johnftitor/javascriptcalculator
And here another Odin Project for the profile, following the foundations path. All comments are well received as part of my learning process, I'll be really thankful!
Last synced: 05 Nov 2024
https://github.com/johnftitor/hello-react-front-end
Simple React Frontend for the Rails API project
Last synced: 05 Nov 2024
https://github.com/johnftitor/google-homepage
This is an Odin Project, only meant to learning. All comments are well received as part of the learning process. Thanks so much!!
Last synced: 05 Nov 2024
https://github.com/johnftitor/rock-paper-scissors
Another Odin Project meant to learn Javascript. All comments are well received as part of the learning process, Thanks!
Last synced: 05 Nov 2024
https://github.com/johnftitor/projectreview
This is an exercise to review the code I made with a partner during my admissions process
Last synced: 05 Nov 2024
https://github.com/johnftitor/library
Keep track of the books you've read on a private, local webpage. Store its title, author, number of pages. Check if you've already read it or add it as the next one in the list. Add an external url to have the cover of it. Enjoy your personal library!
Last synced: 05 Nov 2024
https://github.com/johnftitor/hideandseek
This repo is meant to practice debugging
Last synced: 05 Nov 2024
https://github.com/johnftitor/hello-rails-react
Testing rails with react in one app
Last synced: 05 Nov 2024
https://github.com/johnftitor/portfolio-api
Django API for my Personal Portfolio, to store information regarding projects and also blog updates
Last synced: 05 Nov 2024
https://github.com/johnftitor/django-blog-app
This website allows users to manage their own content, publishing posts, interacting through comments and likes, and following other users to receive alerts on their posting activity
Last synced: 05 Nov 2024
https://github.com/johnftitor/hello-rails-back-end
A simple hello world API
Last synced: 05 Nov 2024
https://github.com/johnftitor/djangoblogapp
Just a basic Django blog app project
Last synced: 05 Nov 2024
https://github.com/johnftitor/first-django-app
First Django app following official Django documentation
Last synced: 05 Nov 2024
https://github.com/johnftitor/understanding-angular
This repo is meant to follow Angular's documentation to understand the basic features of Angular
Last synced: 05 Nov 2024
https://github.com/johnftitor/histogram
This application allows users to generate histograms based on user input or a text file
Last synced: 05 Nov 2024
https://github.com/johnftitor/alexandria
Alexandria is a website that allows users to buy books online, having different options for filtering, checking details, adding to cart, and buying books
Last synced: 05 Nov 2024