A sleek, minimal platform for question and answer forums, StackIt is built to foster knowledge sharing in a clean and user-friendly environment. Developed for the Odoo Hackathon, this project aims to deliver the core features of a modern Q&A site with minimal overhead and easy extensibility.
- Ask & Answer: Users can post new questions and provide answers.
- Minimal UI: Clean, distraction-free interface focused on content.
- Tagging System: Organize questions for easier discovery.
- Voting: Upvote/downvote answers to highlight the best solutions.
- Modern Stack: Built with modern frontend and backend technologies for performance and scalability.
- Frontend: Likely uses Vite, Tailwind CSS, and TypeScript (based on config files present).
- Backend: Please check the
src/
directory for backend implementation details. - Build Tools: Vite, Bun, ESLint, PostCSS
- Other: Configuration and dependency management via
package.json
,bun.lockb
, and TypeScript config files.
These are generic steps. Please refer to specific scripts and documentation in the repo for exact instructions.
-
Clone the repository
git clone https://github.com/itsTanishq01/StackIt.git cd StackIt
-
Install dependencies
bun install # or npm install
-
Run the development server
bun run dev # or npm run dev
-
Build for production
bun run build # or npm run build
-
Lint and format
bun run lint # or npm run lint
See package.json for more scripts and details.
- Tanishq Nimje
- Rahul Lenka
- Aryan Behera
- Pranav Kumar
- Event: Built during the Odoo Hackathon
- Repository: itsTanishq01/StackIt
Some key files and folders:
src/
– Main source codeindex.html
– Application entry pointpackage.json
– Project metadata and scriptsbun.lockb
– Bun lockfile for dependency managementtailwind.config.ts
,vite.config.ts
– Frontend tooling configs
For a full list of files, browse the repository on GitHub.
Include your project license here if available.
Thanks to the Odoo Hackathon team and all contributors!