Posts by Everton Costa Souza • 19 points
9 posts
-
0
votes0
answers27
viewsQ: I can’t get the props or the api data to mount the page
Guys I’m having trouble with React with nextjs using Hooks with props , I set up a Carousel that shows several cards that use a map api to mount the cards and passes to Carousel , only when I click…
-
0
votes1
answer24
viewsA: How to use a repository like Package?
To leave your particular repository Github has this option, which you choose to leave public or private and can add as many people as you can see and participate in creating the project. NPM is a…
-
0
votes0
answers30
viewsQ: as shows the exits exalta on the console
I am making a website to calculate account in the restaurant ,which is calculated in different example ways, in the account goes the items : main course, dessert, service fee, drink and snacks.…
-
-2
votes1
answer50
viewsQ: setInterval() I’m not getting it to work
I’m not getting to put the time because I created a Carousel and wanted to put a 4 seconds interval for iteration . <!DOCTYPE html> <html lang="pt-br"> <head> <meta…
-
-2
votes1
answer1522
viewsQ: how to style an icon inside input in React-Native
import React from 'react'; import { View, Image } from 'react-native'; //import { useNavigation }from '@react-navigation/native' import { Octicons, Fontisto } from '@expo/vector-icons' import…
-
0
votes2
answers53
viewsQ: cannot with Number,sent the text on the screen
document.querySelector('button').addEventListener('click', calcular) function calcular() { peso = document.getElementById('peso').value peso = peso.replace(",", ".") peso = Number(peso) altura =…
-
-4
votes1
answer55
viewsQ: Browser does not interpret javascript in the right sequence
the javascript code here in the Browser reads the right time but the img does not leave the correspontende being when I put, var time a time corresponding to the time leaves the right picture but…
-
0
votes2
answers387
viewsA: Error when trying to commit to github
I went to the github page where I held my repository and placed commands to import the files and origin and it went well to send the files ,and then I made the changes to the commit because it…
-
-1
votes2
answers387
viewsQ: Error when trying to commit to github
this msg appears in git when I try to send to github On branch origin Nothing to commit, Working Tree clean…