marijanbrvar
Entrepreneur, Full-Stack Developer, always strive to do more, with Ruby, Rails, Java-Script, Flutter... Available for hire!
MiaveBeograd, Serbia
Pinned Repositories
BlogApp
Simple Blog App built with Ruby on Rails
CP_TV-_Maze
The JavaScript capstone project where we build our own web application based on an external API. We will use TV Maze API that provides data about a TV Shows that we like and then build the webapp around it.
Enumerables
In this project, we are implementing our own version of Ruby’s enumerable methods.
MiniMortgageCalculator
My First Java command line project. Mortgage calculator.
Opinioner
Build a Twitter clone or someplace where you can state your opinion and see the reaction! Will, anybody follows you!
stay-in-touch
This repo includes intial code for social media app. Its purpose is to be a starting point for Microverse students.
Telegram-Bot
Capstone–This project demonstrates how to build a bot with a ruby in our example with Twitter Telegram, using Telegram API
TheNewWebClone
Replica of the website "The Next Web". Everything is in the box. If you set up the foundation of the web, HTML, wrong, you will hit hell with manipulating DOM. So in this project, we touch more advance techniques of layout and figuring out how important it is to know and understand HTML and DOM
ToDo-2.0
"To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete. I build a simple website that allows for doing that, and you will do it using ES6 and Webpack!
marijanbrvar's Repositories
marijanbrvar/ToDo-2.0
"To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete. I build a simple website that allows for doing that, and you will do it using ES6 and Webpack!
marijanbrvar/CP_TV-_Maze
The JavaScript capstone project where we build our own web application based on an external API. We will use TV Maze API that provides data about a TV Shows that we like and then build the webapp around it.
marijanbrvar/stay-in-touch
This repo includes intial code for social media app. Its purpose is to be a starting point for Microverse students.
marijanbrvar/book_store_react
The bookStore is the MVP version that allows you to: Display a list of books. Add a book. Remove a selected book. It was created with React using Redu
marijanbrvar/Leaderboard
The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external Leaderboard API service.
marijanbrvar/marijanbrvar
marijanbrvar/MiniMortgageCalculator
My First Java command line project. Mortgage calculator.
marijanbrvar/My-Github-user-finder
React application for finding Github users
marijanbrvar/Opinioner
Build a Twitter clone or someplace where you can state your opinion and see the reaction! Will, anybody follows you!
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.
marijanbrvar/To-Do-List
The ToDo List project shows the concepts of "Single Responsibility" and "Tightly Coupled Objects" in programming using JavaScript programing language.
marijanbrvar/countries-rest
This React capstone project is about building a mobile web application to check a list of metrics I will create making use of React and Redux.
marijanbrvar/countries-webapp
This React capstone project is about building a mobile web application to check a list of metrics I will create making use of React and Redux.
marijanbrvar/Cryptocurrency
A SPA that is displaying the current cryptocurrency prices
marijanbrvar/cs-sets-maps-hashes
marijanbrvar/github-battle
Building React app showing most popular GitHub repos
marijanbrvar/JS-Review
JS best practices
marijanbrvar/JS-Testing-Exercise
In this exercise, I will write a few practical tests for JavaScript functions using the Jest library. I will also try to use the TDD approach in practice.
marijanbrvar/Library
Book Library APP created applying Javascript Object Oriented Principles
marijanbrvar/math-magicians-app
Math magicians" is a website for all fans of mathematics. It is a Single Page App (SPA)
marijanbrvar/modern-javascript
All lecture files from the Modern JavaScript course on Odin.
marijanbrvar/PersonalPortfolio
marijanbrvar/Portfolio
Personal portfolio. Overview of my achievement!
marijanbrvar/react-to-do
In this exercise, I am going to consolidate knowledge about React, components, props, state, and hooks.
marijanbrvar/react_template
marijanbrvar/RestaurantPage
Restaurant page, web presentation, build with pure vanilla Java Script
marijanbrvar/Test-ToDo-List
In this project we demonstrate unit tests for an existing project: To-Do list
marijanbrvar/Try-Gitflow
In this exercise, I will practice Gitflow with an empty repo. As all the upcoming projects will require me to use Gitflow, I just make sure that I do understand it very well.
marijanbrvar/Weather-App
The Weather App project is the presentation of the use of Asynchronous Javascript.
marijanbrvar/WebPackTemplate
Basic Webpack setup for the new JS project