Skip to content

aath-odoo/odoo_hackathon_StackIt

Repository files navigation

StackIt – A Minimal Q&A Forum Platform

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.


🚀 Features

  • 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.

🛠️ Tech Stack

  • 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.

📦 Getting Started

These are generic steps. Please refer to specific scripts and documentation in the repo for exact instructions.

  1. Clone the repository

    git clone https://github.com/itsTanishq01/StackIt.git
    cd StackIt
  2. Install dependencies

    bun install
    # or
    npm install
  3. Run the development server

    bun run dev
    # or
    npm run dev
  4. Build for production

    bun run build
    # or
    npm run build
  5. Lint and format

    bun run lint
    # or
    npm run lint

See package.json for more scripts and details.


👥 Contributors

  • Tanishq Nimje
  • Rahul Lenka
  • Aryan Behera
  • Pranav Kumar

🏆 Project Info


📁 Repository Structure

Some key files and folders:

  • src/ – Main source code
  • index.html – Application entry point
  • package.json – Project metadata and scripts
  • bun.lockb – Bun lockfile for dependency management
  • tailwind.config.ts, vite.config.ts – Frontend tooling configs

For a full list of files, browse the repository on GitHub.


📜 License

Include your project license here if available.


🙌 Acknowledgments

Thanks to the Odoo Hackathon team and all contributors!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages