zilton7
Full-Stack Developer with a love for Ruby on Rails & React Native. Open to new opportunities
Full-Stack DeveloperLithuania
zilton7's Stars
public-apis/public-apis
A collective list of free APIs
tonsky/FiraCode
Free monospaced font with programming ligatures
n0shake/Public-APIs
📚 A public list of APIs from round the web.
muaz-khan/WebRTC-Experiment
WebRTC, WebRTC and WebRTC. Everything here is all about WebRTC!!
trailofbits/tubertc
Peer-to-Peer Video Chat for Corporate LANs
jeanpaulsio/rails-video-chat-app
📹Video Chat App
espoo-dev/espoo-dev
A learning platform similar to duolingo and customizable by teacher
Figedi/react-native-soundboard
Soundboard-app built with react-native
AymanJabr/Useful-Algorithm-links
This is a simple collection of useful links, to help new people in the group read up on algorithm concepts before the Monday meetings. Most of these resources are provided by Microverse main course.
garciajordy/Ruby-Linters-Capstone
In this project, I implemented my own version of the stylistic error program Linter. Created using Ruby for Ruby code only.
zilton7/telegram-bot
I was asked to create a Telegram bot. For this project I have used couple gems and hiztory.org API. The Bot waits for user's birth-date input and than checks if its valid date and if so it fetches the data from the external API. This data consists of famous people born on the same month/day. All this information is returned to the user as a Telegram message.
zilton7/grouping-app
Gift Grouping is a mobile-only app where you can sign up (and/or sign in), create groups and add gifts. View created groups created by all users and view only signed in user's added gifts.
zilton7/online-shop
This responsive design was built with online books stores in mind. It consists of 2 pages. The main page and the search result page. In the main page there is book showcase on the very top, built with Bootstrap Carousel and filter options on the left.
talihomz/FakeBook
Rails implementation of the popular Facebook app
zilton7/portfolio
This is my personal portfolio website. Built on HTML, CSS and JavaScript. This was built with responsiveness in mind.
zilton7/tic_tac_toe
garciajordy/WFA-Conference-Platform
Created a conference platform using semantic HTML, SASS, and javascript with the requested layout design and colors. With a personal touch, especially on the menu button.
garciajordy/re-former
Created a re-former project in order to learn about Rails forms. We created a User model and implemented the pages for showing all users (index), creating a user (new), and updating a user (edit).
zilton7/flagify
Flagify is a simple vanilla JavaScript country flag guessing game, using firebase to store high scores.
zilton7/zilda-rpg
In this project, I have built a RPG game using Phaser 3 Framework. This project's main goal was to learn completely new technology and implement a fully working game in 5 work days, using best JavaScript practices.
marijanbrvar/stay-in-touch
This repo includes intial code for social media app. Its purpose is to be a starting point for Microverse students.
zilton7/library
In this project, we created a simple library logging website, where you can add books to the library, remove books, and set the books that you have to read/unread.
zilton7/members_only
In this project, we were implementing authentication system using Devise. So user can only access areas of site they are authorized to access.
zilton7/RestaurantPage
In this project, I built a basic restaurant page using JavaScript and webpack. All pages are build using DOM manipulations.
zilton7/To-do-list-app
Simple To-Do-List, using Node and Webpack functionality, In this project you have the ability to add projects, add tasks that you have to do to a project, including its description, date to be done, and priority.
AymanJabr/To-do-list-app
marijanbrvar/private-events
We are building the site similar to a private Eventbrite which allows users to create events and then manage user signups. Users can create events and send invitations and parties. Events take place at a specific date and at a location. A user can create events. A user can attend many events. An event can be attended by many users. This will require you to model many-to-many relationships.
zilton7/react-calc
The React Calc App is able to perform basic calculations. After inputting a value, an operator, and another value it will display the result of the calculation. Since this project is focused on practicing state and props available to a react component class, it is not using hooks and utilizes only minimal CSS styling.
zilton7/react-meal-catalog
React Meal Catalog App uses themealdb.com API to fetch data for vegetarian meals. User can filter the displayed meals searching by meal's name.
zilton7/weather-app
I built a weather application, with basic styling, using JavaScript openweathermap.org and API. Visitor is able to input the name of the city and instantly get weather information for procided location.