Skip to main content

Questions tagged [frontend]

The user-facing part of an application. In a desktop application, this would include the windowing framework and the forms the user interacts with; in a command line program it would be the available commands and arguments; and in a web app, it would refer to the HTML and JavaScript.

frontend
0 votes
0 answers
6 views

how to align the items in the navbar ?? Using html and Bootstrap5

I want to create nabvar,with logo on the right side of navbar and other items(Home,Contact Us,About...) towards the left. but when I try to align items, all are moving compleltely towards left. I want ...
KP Maniteja's user avatar
0 votes
0 answers
18 views

TypeError: Cannot read properties of undefined (reading 'numberOfCakes')

I am beginner to React and Redux I am trying to learn Redux with React. I have created a store in store.js as below - const redux = require("redux"); const createStore = redux.createStore; ...
codenostalgia's user avatar
1 vote
1 answer
19 views

Pdf is available in console but unable to see network tab

import { axiosInstances } from "./axiosInstanc" interface upladPdfPayload { name: string; pdf: File } export const uploadPdfApi = async (payload: upladPdfPayload) => { try { ...
Hemant kumar's user avatar
-1 votes
0 answers
10 views

I setup my react app for testing and now i am not able to run my project

$ npm start start parcel index.html Error: Got unexpected undefined at nullthrows (D:\Dhruv\Skills\Web Development Sigma\React\react app\node_modules\nullthrows\nullthrows.js:7:15) at RequestGraph....
Dhruv's user avatar
  • 1
1 vote
0 answers
10 views

Cant put tsparticle.js component on each carousel slide of React.js

I am using the tsparticle.js with React and Tailwind css for design in my code in the carousel slides but i cant see that on each slide. It appears only on first slide. The rest of the slides are ...
B ANURAG's user avatar
0 votes
0 answers
20 views

How to build an isomorphic API client with dynamic headers in next js?

I have a next js application with a separate API. All API endpoints require a specific X-HOST request header. I want to prefetch requests on the server side and sometimes invalidate them on the client ...
Vasyl Bielokopytov's user avatar
-1 votes
0 answers
11 views

Navbar-nav alignment issue: Need help aligning navbar -nav to the right without margin." [closed]

I'm working on a website where I have a navbar with Bootstrap 5.3.3. I'm trying to align the navbar-nav l to the right side of the container without any extra margin, but I'm facing issues with ...
Thrilesh Naidu's user avatar
0 votes
1 answer
25 views

Vuetify2 styles not working properly with Django

I'm trying to add vue + vuex + vuetify framework to my django project I have installed node.js and yarn, then prescribed the commands - yarn global add @vue/cli and vue create client in project root ...
Iliya's user avatar
  • 5
0 votes
0 answers
19 views

How to synchronize the duration of an Animated.View ProgressBar with a video's duration in Expo? [closed]

I'm developing an application using Expo where I play videos and would like to display an animated ProgressBar that has the same duration as the currently playing video. I'm using Animated.View for ...
Gabriel H's user avatar
0 votes
0 answers
23 views

trycatch block does't work at all in server action nextjs14 what is the problem

"use server"; import { signupUserSchema } from "@/lib/validation"; export async function registerCustomer(   Role: string,   prevState: any,   formData: FormData ) {   const ...
Yousef Saeed's user avatar
0 votes
0 answers
12 views

microfrontends intercept http request

What are the ways to intercept http requests in microfrontends? For example: There is a Host application and Remote1 application, interceptors axios.interceptor.request.use are configured in the Host, ...
Marten002's user avatar
0 votes
3 answers
63 views

How to align <div> containers based on border position and midline?

I am trying to create a bracket for a sports tournament in HTML and CSS (using JS later to be able to interact with it). So far my concept is to use containers with only the top, bottom, and right-...
Jazzwal's user avatar
  • 11
0 votes
0 answers
26 views

How to Create 3D Family Tree [closed]

I am working on a personal project called "Family Tree" using technologies Spring Boot, React.js, Three.js etc. However, I face some difficulties in creating the 3D Tree using Three.js. What ...
EDOYou's user avatar
  • 35
-2 votes
0 answers
25 views

Shadcn/UI custom checkbox [closed]

I'm trying to recreate the checkbox below using shadcn/ui and tailwind but I have no clue on how to do it. It's suposed to be the hover state of the checkbox. I know how to change the the BG, focus, ...
Rafael Aguiar Gomes's user avatar
-2 votes
0 answers
25 views

Facing issue while deploying project on Netlify at building getting failed [closed]

i have a project and i have hosted it netlify at begining its working fine and later some days i have added more content in website and again pushed the code into github and automatically netlify ...
Mohammed Zaheer's user avatar

15 30 50 per page
1
2 3 4 5
1018