Hello, I’m
JOSHUA BRIGATI
FRONT-END SOFTWARE ENGINEER
Hello, I’m
FRONT-END SOFTWARE ENGINEER
Skilled at bringing designs to life with more than 4 years experience.
Constantly learning and expading my knowledge. Currently in the Web3 space.
1 const Person = () => {2 const [name, setName] = useState('');3 const [role, setRole] = useState('');4 const [interests, setInterests] = useState('');6
5 useEffect(() => {6 setName("Joshua Brigati");7 setRole("Front-End Software Engineer");8 setInterest("Web3, Defi, Crypto, F1");9 }, []);
10 }
I have over
I have very much enjoyed working on
Featured Project
I created 99 individual layers for planets consisting of planet colors, continents, clouds, icecaps, moons and more. Those layers were then compiled to create 10,000 unique images. I then created a Solidity Smart Contract that allows users to mint a random NFT and splits 10% of the fee for distribution to all NFT holders and holds another 10% for giveaways at different minting tiers. This was deployed to the Binance Smart Chain. I created a DApp for minting and info about the project. That was made with NextJS and used ethers.js to interact with my deployed smart contract.