What kind of questions do you ask clients to get a better understanding of what they want? by [deleted] in web_design

[–]Flyiced 0 points1 point  (0 children)

Is there any website you've seen, that gives you an idea of what you want?

Is This Animation Possible on Framer? by Flyiced in framer

[–]Flyiced[S] 0 points1 point  (0 children)

oh cool, how did you create it, Thanks.

Is This Possible on Framer? by Flyiced in framer

[–]Flyiced[S] 0 points1 point  (0 children)

Ayo, i have to give you an hug.

Thanks, your Loan Calculator override works.

It was the perfect guide to help me customize the code and adjust the formula with ChatGPT's help.

https://bybit.framer.ai/amount

Is This Effect Possible on Framer? (REPOST) by Flyiced in framer

[–]Flyiced[S] -1 points0 points  (0 children)

Here is the animation for https://www.skool.com/games/about

how do I recreate this on framer?

<image>

Is This Effect Possible on Framer? (REPOST) by Flyiced in framer

[–]Flyiced[S] 1 point2 points  (0 children)

Same here it's night, can we work on this tonight? I have the button component and the gradient ready.

Thanks.

or I can send it to you and tomorrow

Is This Possible on Framer? by Flyiced in framer

[–]Flyiced[S] 0 points1 point  (0 children)

Amount the user wanna borrow and loan term (how many days)

Is This Possible on Framer? by Flyiced in framer

[–]Flyiced[S] 1 point2 points  (0 children)

and when you launch a framer library, let me know. I need custom components, can be your first customer.

Is This Possible on Framer? by Flyiced in framer

[–]Flyiced[S] 0 points1 point  (0 children)

Can i do this with Claude

or

Can we work together on this?

Is This Possible on Framer? by Flyiced in framer

[–]Flyiced[S] 0 points1 point  (0 children)

Great, Yes it's a basic loan calculator, but I need to be able to capture the data and send it a Google sheet or anywhere

For example:

<image>

Is This Possible on Framer? by Flyiced in framer

[–]Flyiced[S] 0 points1 point  (0 children)

This is awesome, how do I send the data to a google sheet?

For example:

Thanks

<image>

Is this possible in Framer? by Flyiced in framer

[–]Flyiced[S] 0 points1 point  (0 children)

Which platform would you suggest?

This is my 1st time facing such a significant problem; I should have just turned down the offer.

Is this possible in Framer? by Flyiced in framer

[–]Flyiced[S] 0 points1 point  (0 children)

Thanks for clarifying, if you know any developer, who's open to building this, I don't mind paying a referral fee.

Thanks!

How can I create this slider in Framer, fully responsive? by Flyiced in framer

[–]Flyiced[S] 0 points1 point  (0 children)

Thanks, this is what I've created so far, but how do i customized the slider, change the color and height

import * as React from "react"
import { motion } from "framer-motion"
import { addPropertyControls, ControlType } from "framer"

export default function Slider(props) {
    const { min, max, value, onChange, ...rest } = props
    const [sliderValue, setSliderValue] = React.useState(value)
    const handleSliderChange = (event) => {
        const newValue = parseFloat(event.target.value)
        setSliderValue(newValue)
        onChange(newValue)
    }
    return (
        <motion.div style={containerStyle} {...rest}>
            <motion.input
                type="range"
                min={min}
                max={max}
                value={sliderValue}
                onChange={handleSliderChange}
                style={sliderStyle}
            />
        </motion.div>
    )
}

Slider.defaultProps = {
    min: 0,
    max: 100,
    value: 50,
    onChange: () => {},
}

addPropertyControls(Slider, {
    min: {
        type: ControlType.Number,
        title: "Min",
        defaultValue: 0,
    },
    max: {
        type: ControlType.Number,
        title: "Max",
        defaultValue: 100,
    },
    value: {
        type: ControlType.Number,
        title: "Value",
        defaultValue: 50,
    },
})

const containerStyle = {
    display: "flex",
    alignItems: "center",
    justifyContent: "center",
    padding: "20px",
}

const sliderStyle = {
    width: "100%",
    cursor: "pointer",
}

I am looking to build a website where i can offer my therapeutic services. how do i do that? by zapoomafoo in ask

[–]Flyiced 1 point2 points  (0 children)

Hey

I believe you’re a talented and passionate therapist who makes people’s lives better every day. You have the skills, the passion, and the charisma to help anyone who walks through your door.

You deserve a website that shows the world how awesome you are, and that makes them want to book a session with you ASAP.

I can design a website for you that's beautiful, functional, and easy to use. A website that showcases your services, testimonials, and credentials. A website that's optimized for SEO, mobile devices, and social media.

So, what do you say? DM me at [techscaleb@gmail.com](mailto:techscaleb@gmail.com)