3 easy ways to create own Dino Game in python

3 easy ways to create own Dino Game in python

Pygame Tutorial: Create python Google Chrome Dinosaur Game using Pygame Hi, aspiring coders! Today I will show you guys, how to build one of the most popular games that almost everyone plays while they are offline. If your guessing which game then I am talking about Google Chrome’s Dino game. But, Our Dino game is [...]
Create Covid-19 India Real Time Tracker for beginners

Create Covid-19 India Real Time Tracker for beginners

How to build COVID 19 Live Tracker India in 2020 Hi Friends, Do you want to build your own Corona Virus/Covid-19 Real-Time Tracker? Looking for good & free Covid-19 Tracker Codes but still didn’t get it? If so, you have come to the right place as I have open-sourced my corona tracker script which is [...]

React Native:Tutorial #5 – React Native API Integration

React Native API Integration is one of the easiest way to fetch data from a remote urls. You can user the API integration to use not only GET request but we can also use any other HTTP requests like POST, PUT, DELETE easily on both Android and iOS using a single piece of code. In this tutorial, we […]

React Native:Tutorial #4 – React Native UI Components

In this blog post, we will learn few commonly used React Native UI Components. We can use different types of UI elements in a react-native project. But remember that it may look different in an android and iPhone. We will learn how text inputs, touchables and picker with different examples. If you have not read […]