https://github.com/d3portillo/jeshejojo
Instagram-ish DApp to share your top level dad jokes 🦔
https://github.com/d3portillo/jeshejojo
ethereum hardhat react solidity starter-project web3
Last synced: 7 months ago
JSON representation
Instagram-ish DApp to share your top level dad jokes 🦔
- Host: GitHub
- URL: https://github.com/d3portillo/jeshejojo
- Owner: D3Portillo
- License: mit
- Created: 2022-07-17T06:58:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-03T18:55:18.000Z (almost 3 years ago)
- Last Synced: 2025-04-04T18:55:59.452Z (7 months ago)
- Topics: ethereum, hardhat, react, solidity, starter-project, web3
- Language: JavaScript
- Homepage: https://jeshejojo.vercel.app
- Size: 1.53 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jeshejojo
A pet project to practice solidity. It's an Instagram-ish app that stores text, a fontColor and background color. The final idea is add the ability to mint a post for your self as an NFT.
## Project Summary / Stack
This project evolved from taking the entry course to Solidity development in buildspace -> https://buildspace.so/p/build-solidity-web3-app.
Take a look to `contracts/` folder.
In this app, user likes are stored on a redis(Using Upstash). Those are being staled served to end user from a Vercel Function.
Alchemy notify is being used as an oracle to execute a Vercel Function which then creates a Tweet whenever a new item arrives at [@jeshejojo_app](https://twitter.com/jeshejojo_app)
As any dev looking back to old code I know some stuff is wrong. But I'm proud I jumped into The Space with this :). Keep coding.