Creating a Quiz App in Django Python
First stage is create a project in python django… which i did… Now I need…
First stage is create a project in python django… which i did… Now I need…
There is no fixed way but I will try to guide you anyway…. First create…
<nav> <a href="{{ route('admin.dashboard') }}" class="py-2.5 px-4 rounded transition duration-200 hover:bg-gray-700 hover:text-white flex items-center {{…
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Laravel Admin Dashboard</title> <script…
import React, { useState } from "react"; function Counter() { // Step 1: Declare state…
3-Month Roadmap to Build Your Bus Ticket Booking App Phase 1: Foundations & Setup (Weeks…
import React from "react"; function App() { const animals = ; return ( <div> <h1>Animal…
Here are the basic examples of props function Greeting(props) { return <h1>Hello, {props.name}!</h1>; } export…
Some of the react’s conditional rendering are as follows Show “Welcome” if logged in function…
Create a project and connect it to the database. this is database table public function…