Jovan Postoloski
--Web developer--
The website is made following a pre-given design, using only HTML and CSS (flex and grid). The website is responsive.
Code - github.com/jovanpost/PSDtoHTML
There is live version at - healthy-life.netlify.com
"The Day I Was Born" - a simple website that lets you find out what happened on the day you were born, and on every one of your birthdays... оr on any date you choose.
The website is created with HTML, CSS, JavaScript and jQuery and it uses the New York Times Article Search API.
Code - github.com/jovanpost/TheDayIWasBorn
Live at - thedayiwasborn.rf.gd
WordPress theme built from scratch for news websites and blogs.
In the folder "wpNewsTheme_html" on GitHub there is the static HTML website which was made first and then it was transformed into WordPress theme (in the folder "wpNewsTheme_wordpress").
Code - github.com/jovanpost/wpNewsTheme
The static (HTML) website is live at - news-theme-jp.netlify.com
There is also a WordPress website with sample articles live at - newstheme.rf.gd
Portfolio (responsive) website built with HTML, CSS and JavaScript/jQuery.
Yes, you are already on the website :)
Code - github.com/jovanpost/portfolio
The static (HTML) website is live at - jovanpost.github.io/portfolio/
"YouTube Worldwide Trending Videos" - web app that shows the top 10 trending YouTube videos by country, for any country you choose. It starts with the country you are visiting the website from.
The website is responsive and it's developed with React, using Create React App.
It uses the ipapi API to find the user's country, and then it's fetching the videos from the YouTube Data API.
Code - github.com/jovanpost/react-youtube-trending
The website is live at - worldwidetrendingvideos.netlify.com
"Instant Bootstrap website" - instant responsive Bootstrap website, made with Bootstrap components and customized with Bootstrap classes and with Sass/SCSS, made in a single day.
Used technologies: HTML5, Bootstrap, CSS3, Sass/SCSS.
Code - github.com/jovanpost/instantBootstrapWebsite
The website is live at - digital-agency-post.netlify.com
Back-end project made with Node.js, Express and MongoDB (using MongoDB Atlas).
It gets the top 10 trending videos in the United States using cron, everyday at midnight, and it puts them as a separate document in the MongoDB database. The data for each day can be acsessed directly by url (_id in the format - yyyymmdd), and then can be used in a front-end app.
Code - github.com/jovanpost/us-daily-trending-videos-REST-API
The API is live at - us-daily-trending-videos-api.herokuapp.com/videos
Full-stack (MERN Stack) project made with Node.js, Express and MongoDB for the back-end and React for the front-end of the app.
The back-end gets the top 10 trending videos in the United States using cron everyday at midnight, and it puts them as a separate document in the MongoDB database. The data for each day can be acsessed directly by url (_id in the format - yyyymmdd), and then can be used in a front-end app.
The front-end is made with React and it uses the data from the database. It starts with the top 10 trending videos in the US for the current date in the New York timezone (GMT-4), but the user can select another date (starting September 10th 2019, when the app started working), and the app will give the top trending videos for that date.
Code - github.com/jovanpost/us-daily-trending-videos-MERN
The app is live at - us-daily-trending-videos.netlify.com