Skip to content

AdityaXplores/Suggestion-Box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

15 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“© Suggestion Box

A decentralized application (dApp) that allows users to anonymously submit and view suggestions securely on the blockchain. Built with Solidity, Hardhat, React, and Tailwind CSS.

πŸš€ Features

βœ… Submit anonymous suggestions

βœ… View all previous suggestions

βœ… Powered by Ethereum blockchain

βœ… Wallet integration (MetaMask) for secure interaction

βœ… Clean and responsive UI with Tailwind CSS

πŸ“‚ Project Structure Suggestion-Box/ │── contracts/ # Solidity smart contracts │── frontend/ # React + Vite + Tailwind UI │── backend/ # (Optional) API for off-chain features │── package.json # Project metadata

⚑ Tech Stack

Smart Contracts β†’ Solidity + Hardhat

Frontend β†’ React + Vite + Tailwind CSS

Blockchain Interaction β†’ Ethers.js / Wagmi

Backend (Optional) β†’ Node.js + Express

πŸ›  Setup & Installation 1️⃣ Clone Repository git clone https://github.com/AdityaXplores/Suggestion-Box.git cd Suggestion-Box

2️⃣ Install Dependencies

For frontend:

cd frontend npm install npm run dev

For contracts:

cd contracts npm install npx hardhat compile

πŸ”— Usage

Connect your MetaMask wallet.

Submit a suggestion using the UI.

Suggestions are stored on-chain and displayed in the app.

πŸ“Έ Screenshots (Optional)

Add UI/contract screenshots here once running.

🀝 Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors