Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists by German-Cobian

A curated list of projects in awesome lists by German-Cobian .

https://github.com/german-cobian/web-development-course

A multi-page website meant to promote, inform and sell the tickets for a web development course. Built with Html and Css,

bootstrap css html

Last synced: 28 Dec 2024

https://github.com/german-cobian/new-york-times-page-clone

A clone of the March 17, 2014 edition of the New York Times web page. Built with Html and Css.

css html

Last synced: 28 Dec 2024

https://github.com/german-cobian/etch-a-sketch

A browser version of something between a sketchpad and an Etch-A-Sketch. Built with Html, Css, and Javascript.

css html javascript

Last synced: 28 Dec 2024

https://github.com/german-cobian/rock-paper-scissors

A simple program that allows the user to play "rock, paper, scissors" against the computer. Built with Html, Css, and Javascript.

css html javascript

Last synced: 28 Dec 2024

https://github.com/german-cobian/enumerable-methods

A set of enumerable methods re-created by the authors in the ruby programming language.

ruby

Last synced: 28 Dec 2024

https://github.com/german-cobian/draggable-to-do-list

A To-Do app in Javascript that allows users to input their activities for the day, check them off as completed when done, and eliminate from list all the activities completed. It also has a drag-and-drop feature that allows the priority of activities to be rearranged.

bootstrap css html javascript webpack

Last synced: 22 Nov 2024

https://github.com/german-cobian/to-do-list

A To-Do app in Javascript that allows users to input their activities for the day, check them off as completed when done, and eliminate from list all the activities completed.

bootstrap css html javascript webpack

Last synced: 28 Dec 2024

https://github.com/german-cobian/philosophy

A blog app in Rails where the user can create and share articles relating to the main four topics in Philosophy (Metaphysics, Gnoseology, Logic, and Ethics). The user can also comment on other user's articles and upvote them.

rails ruby

Last synced: 22 Nov 2024

https://github.com/german-cobian/authentication-required

An blog app designed to implement authentication systems so users can only access specific areas and view content of a site they are authorized to do so. Users are required to sign-up and log-in before they can create posts and view the name of other post's authors.

bootstrap css html rails ruby

Last synced: 28 Dec 2024

https://github.com/german-cobian/portfolio

My personal portfolio. Containing all pertinent info regarding my knowledge and experience in the field of full-stack web development.

css html javascript

Last synced: 28 Dec 2024

https://github.com/german-cobian/books-list

This Javascript single-page app is an exercise in Javascript DOM manipulation, objects and classes. It allows the user to input the titles of books in his/her library along with the name of the author.

bootstrap css html javascript

Last synced: 28 Dec 2024

https://github.com/german-cobian/top-ranks

A javascript app where users can input their name and purported current score. It calls an API where said information is saved, for this user and for whatever other users may tap into it.

css html javascript webpack

Last synced: 28 Dec 2024

https://github.com/german-cobian/banking-app

A how-to on building a basic React-Redux app. The user can deposits or withdraw $100 from a bank account at each click.

css html javascript react redux

Last synced: 28 Dec 2024

https://github.com/german-cobian/menu-react

A simple React app that reads and displays the dummy data contained in a file in the form of an array of objects (this data puports to be the image, title, category, price, and description of menu items). The user can either browse the entire menu or select a specific category of menu items (hard coded || dynamically generated) to browse.

css html javascript react

Last synced: 28 Dec 2024

https://github.com/german-cobian/my-first-rails-app

This unstyled app is an exercise in building CRUD (Create, Read, Update and Destroy) functionality the Ruby-on-Rails way. It allows users to input a car (with it's make, model and year information) into a listing, view that listing, edit the info on a specific car listing, or delete that car from the listing.

rails ruby

Last synced: 28 Dec 2024

https://github.com/german-cobian/contact-app

A React-Redux app for listing contacts -their name, email and phone number. Includes edit and delete functions.

bootstrap css html javascript react redux

Last synced: 28 Dec 2024

https://github.com/german-cobian/form-creator

A Rails exercise in the building of forms, HTML first and then using the helper methods that Rails provides, namely #form_tag and #form_with. It consists of an app which allows the user to input and save his/her username, email address and password. .

css html rails ruby

Last synced: 28 Dec 2024

https://github.com/german-cobian/tv-shows

This Javascript app fetches and posts info from/into two different APIs regarding TV shows whose title includes the word "comedy". It displays a list of these with their "poster" image and number of likes received. The user can then post a like or comment (this last option makes a pop-up window appear, with further details of interest).

css html javascript webpack

Last synced: 22 Nov 2024

https://github.com/german-cobian/google-homepage

A clone of the Google homepage. Built with Html and Css.

css html

Last synced: 28 Dec 2024

https://github.com/german-cobian/color-changing-login-logout

A React-Redux app that illustrates simple state-changing actions. The empty fields in the landing page get filled with the app author's information when the user clicks the login button. The color of the page's text can be changed by inputting the name of a color in the bottom field and then clicking the "Change Color" button.

css html javascript react redux

Last synced: 28 Dec 2024

https://github.com/german-cobian/bookstore-react-redux

A React-Redux app that allows for the user to input a book with the information on title, author, and category, posting it to an API. It then fetches and displays info on all books contained in that API. The user can also remove an existing book and its associated info from the list.

javascript react redux

Last synced: 28 Dec 2024

https://github.com/german-cobian/space-travellers

A React-Redux app that fetches information on Rockets and on Missions (supposedly property of SpaceX) from an API. The user can then reserve a rocket or become an active member of a mission. These choices will be displayed on the user's profile page..

bootstrap css javascript react redux

Last synced: 28 Dec 2024

https://github.com/german-cobian/german-cobian

This repository is the header for my github profile.

bootstrap css html special-repository

Last synced: 28 Dec 2024

https://github.com/german-cobian/survey-form

A survey form built with Html and Css.

css html

Last synced: 28 Dec 2024

https://github.com/german-cobian/reviews

A simple React app that allow the user to fetch reviews from an API, navigate backwards or forwards through the list of these, or opt for a random review to be displayed.

css html javascript react

Last synced: 28 Dec 2024

https://github.com/german-cobian/consuming-api-basics

A how-to on consuming API in Javascript

Last synced: 28 Dec 2024

https://github.com/german-cobian/art-gallery

A React-Redux app that fetches artworks from the Art Institute of Chicago's API according to the user's search criteria, displays them, and then, on the artwork of the user's choice, displays more detailed information.

api css html javascript react redux

Last synced: 28 Dec 2024

https://github.com/german-cobian/art-museum-api

This Javascript app fetches artworks in the Art Institute of Chicago from an API according to the user’s search criteria, displays them, and then, on the artwork of the user's choice, displays more detailed information and allows the user to post likes or comments.

api css html javascript

Last synced: 28 Dec 2024

https://github.com/german-cobian/grocery-bud

A simple React app that allows users to input items they wish to buy at the grocery store, edit a previously entered item, remove a specific item, or eliminate from the list all the items entered.

css html javascript react

Last synced: 28 Dec 2024

https://github.com/german-cobian/technical-documentation-page

A technical documentation page, built with Html and Css.

css html

Last synced: 22 Nov 2024

https://github.com/german-cobian/sql-zoo

This repository contains the answers to the tests that form the SQL tutorial called "SQL Zoo" . These are useful as practice cases in how to query SQL databases

sql

Last synced: 28 Dec 2024

https://github.com/german-cobian/math-magicians

A single page React app whose main feature is a fully functioning basic calculator as one of it's pages. The manner in which the calculator logic was adapted so that the display of its operations could be handled by React components is significant. The app also features a landing page and a page where the user can read a random math-related quote.

css html javascript react

Last synced: 28 Dec 2024

https://github.com/german-cobian/lilas-dance-workshops

A web-page for an instructor who holds dance workshops

css html javascript

Last synced: 28 Dec 2024

https://github.com/german-cobian/hello-rails-react

An app that combines a Rails back-end with a React-Redux front-end. It displays one out of five greetings seeded to the database at random when the page is refreshed.

postgresql rails react react-rails redux ruby

Last synced: 22 Nov 2024

https://github.com/german-cobian/color-generator

A simple React app that takes as user input a specific color code and then displays 10 shades of it from lightest to darkest. The user can also copy the code for one of the shades of the color he/she inputed, at which time a notice of 'copied to clipboard' will display within that shade's square and then disappear after 3 seconds.

css html javascript react

Last synced: 28 Dec 2024

https://github.com/german-cobian/tours

A React application that fetches info on tour packages from an API , displays it, allows user to expand on the tour info and clear out the tour info he/she is not interested in it.

css html javascript react

Last synced: 28 Dec 2024

https://github.com/german-cobian/birthday-reminder

A simple React app that reads and displays the dummy data contained in a file in the form of an array of objects (this data puports to be the photo, name, age and id-number of people whose birthday is today). It also allows for all the information to be cleared away at the click of a button.

css html javascript react

Last synced: 28 Dec 2024

https://github.com/german-cobian/hackerrank-problems

A collection of problem statements from HackerRank and their solutions in Javascript as well as in Ruby.

javascript ruby

Last synced: 28 Dec 2024

https://github.com/german-cobian/soda-fountain

Bare-bones example of a React-Redux app. Substracts one unit of either cake or ice cream from inventory at each click.

Last synced: 28 Dec 2024

https://github.com/german-cobian/tasks-to-get-done

A To-Do app in Javascript that allows users to input their activities for the day, check them off as completed when done, and eliminate from list all the activities completed. It also allows to re-prioritize activities by changing their order in the list.

css html javascript

Last synced: 28 Dec 2024

https://github.com/german-cobian/journeyman-front-end

The React-Redux front-end for an app where the user can look through a list of journeymen skilled-labor offerings and reserve that of his choice for a certain number of days. Site administrators can add and delete journeymen from the list.

bootstrap css html react redux

Last synced: 28 Dec 2024

https://github.com/german-cobian/journeyman-back-end

The Rails back-end for an app where the user can look through a list of journeymen skilled-labor offerings and reserve that of his choice for a certain number of days. Site administrators can add and delete journeymen from the list.

postgresql rails ruby

Last synced: 28 Dec 2024

https://github.com/german-cobian/blabber-rails

The back-end of a Chat app where users can message each other. After authentication, users can create a chat room where they can message other users and receive replies simply by clicking on a listed user. Additionally admins are allowed to access the page for user management, there to edit a user's privileges or to delete a user.

postgres rails ruby

Last synced: 28 Dec 2024

https://github.com/german-cobian/tv-shows-api

This Javascript app fetches and posts info from/into two different APIs regarding TV shows. It displays a listing of those that match the search criteria, with their name, image and number of likes received. The user can then select a show to get more info on it (including comments posted by other users), post a like or post a comment.

css3 html javascript webpack

Last synced: 28 Dec 2024

https://github.com/german-cobian/sophia

A Ruby on Rails app where users can create and share articles relating to pre-defined topics in Philosophy / Search for published articles. Keep a profile page / Interact with other Philosophy content creators (follow and be followed) / create events and invite Philosophy enthusiasts or participate in other user's hosted events.

bootstrap css html postgresql rails ruby

Last synced: 28 Dec 2024

https://github.com/german-cobian/blabber-react

The front-end of a Chat app where users can message each other. After authentication, users can create a chat room where they can message other users and receive replies simply by clicking on a listed user. Additionally admins are allowed to access the page for user management, there to edit a user's privileges or to delete a user.

bootstrap javascript react redux

Last synced: 28 Dec 2024

https://github.com/german-cobian/pokemon-cards

Este app React-Redux extrae informacion de Poke API respecto a los distintos Pokemons. El usuario puede navegar a una pagina para buscar informacion acerca de un Pokemon por nombre; buscar una coleccion de Pokemons de acuerdo al "tipo”; o puede acudir a otra pagina para ver un listado de todos los distintos "tipos" de Pokemon.

bootstrap css html javascript react redux

Last synced: 28 Dec 2024

https://github.com/german-cobian/tango-baja-california

A Ruby on Rails app that functions as a blog, activities/events calendar and store for a tango school. The app has an admin facing side that allows creation, editing and elimination of content + selling operations; and a user facing side that allows browsing + buying operations.

bootstrap postgresql rails ruby stripe

Last synced: 28 Dec 2024

https://github.com/german-cobian/e-commerce-rails

A Ruby on Rails app that functions as a store. The app handles all the basic aspects of commercial transactions. It has an administrator facing side that handles all the selling operations and a users side that handles all the buying operations.

chartjs postgresql rails ruby stripe tailwind

Last synced: 28 Dec 2024

https://github.com/german-cobian/hello-rails-back-end

The Rail back-end for an app that upon the click of a button, displays a greeting picked at random from among five seeded into the back-end database.

rails ruby

Last synced: 22 Nov 2024

https://github.com/german-cobian/hello-react-front-end

The React-Redux front-end for an app that upon the click of a button, displays a greeting picked at random from among five seeded into the back-end database.

javascript rails react

Last synced: 22 Nov 2024