Skip to content
GodlyDevGuide

GodlyDevGuide

  • Home
  • React.js
  • Free Programming Courses
  • Privacy Policy
  • About

React.js

How to make a Digital Clock using React ?

May 15, 2023 by Praveen Rangar
Copy of make digital clock using react

Making a Digital Clock using react will help us learn some Javascript methods, like setInterval() and useState().

Categories Javascript, React.js Tags Javascript, React.js Leave a comment

How to Install Tailwind CSS with React ?

May 14, 2023 by Praveen Rangar
how to setup a react app using tailwind

Tailwind provides a flexible to style your React components, while React makes it easy to manage your application state and build reusable UI components.

Categories React.js, tailwind Tags React.js, tailwind Leave a comment

How to make a Budget app using React(Javascript)

May 12, 2023May 8, 2023 by Praveen Rangar
budget tracker image

Budget tracking illustration set smartphone background of calculator pie chart money dollar icon with flat style

Categories React.js Tags React.js Leave a comment

How to remove focus from select in react(Javascript)

May 15, 2023April 22, 2023 by Praveen Rangar
How to reamove focus from a select in React

To remove focus from the select, we need to use the combination of “document.getElementById()” and blur() methods.

Categories Javascript Tags Javascript, React.js Leave a comment

Make simple To-do app using React

May 2, 2023April 13, 2023 by Praveen Rangar
todo-app picture

Create and manage tasks with ease using a simple todo app. Stay organized and boost productivity with our easy-to-use interface.

Categories Javascript, React.js, tailwind Tags Javascript, React.js Leave a comment

Make Tic-Tac-Toe game using react javascript

May 2, 2023April 11, 2023 by Praveen Rangar

Tic-Tac-Toe is a two player game where the player who secures 3 places diagonally, vertically or horizontally, wins the game.

Categories Javascript, React.js Tags Javascript, React.js Leave a comment

Make Snake game using react.js (javascript)

May 2, 2023April 7, 2023 by Praveen Rangar

In this tutorial we created a snake game using react.js, and we used several methods such as slice(), useEffect(), setInterval(), and clearInterval().

Categories Javascript, React.js Tags Javascript, React.js Leave a comment

setInterval() method in javascript(react)

April 2, 2023April 1, 2023 by Praveen Rangar
time interval

Improve user experience and simplify complex tasks with setInterval() in JavaScript. Schedule repeating actions in your code with ease

Categories Javascript Tags Javascript, React.js 1 Comment

How to make Stopwatch/Timer using javascript(react)

May 2, 2023April 1, 2023 by Praveen Rangar
stopwatch in javascript

JavaScript timer allows you to execute code at set intervals. Learn how to create and manage timer in this comprehensive guide.

Categories Javascript, React.js Tags Javascript, React.js Leave a comment

Slice() method in javascript

March 31, 2023 by Praveen Rangar
slice of bread

slice in JavaScript extracts a portion of an array and returns a new array, does not modify original array. It accepts optional starting and ending indices.

Categories Javascript Tags Javascript, React.js Leave a comment
Older posts
Newer posts
← Previous Page1 Page2 Page3 Next →

Recent Posts

  • TypeError: Promise.then is not a function in JavaScript
  • Type ‘Number’ not assignable to type ‘String’ error in TypeScript
  • React refers to UMD global, but the current file is a module
  • Objects are not valid as a React child / Functions are not valid as a React child
  • Too many re-renders. React limits the number of renders to prevent an infinite loop error

Popular Posts

© 2025 GodlyDevGuide • Built with GeneratePress