Skip to content

devsoc-aec/comment-board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Comment Board

A simple comment board where people can post their comments and views about a topic.


About the Event

This repository is a part of OverClocked, the second and final phase of OverSquare, organized by DevSoc AEC. OverClocked focuses on hands-on contribution, collaboration, and improving existing projects by fixing bugs, adding features, or enhancing developer experience.


Project Overview

Tech Stack:

  • Frontend: React (Vite)
  • Backend: Node.js + Express
  • Storage: In-memory (No database)

Current features:

  • Input the actual comment content
  • Currently its anonymous, however that can change in the future with changes

⚠️ Note: This project is intentionally incomplete and may contain bugs or missing features. Contributors are encouraged to improve and extend it.


Getting Started

1. Clone the repository

git clone https://github.com/devsoc-aec/comment-board.git

2. Install dependencies

Server

cd server
npm install
npm run dev

Client

cd client
npm install
npm run dev

Issues to Work On

These are some proposed issues. Feel free to choose one or your own feature idea and open an issue:

  • Improve UI/UX
  • Add input validation
  • Handle unexpected edge cases and errors
  • Refactor code structure
  • Add features

How to Contribute

  1. Fork this repository
  2. Create a new branch
git checkout -b feature/new-feature-name
  1. Make your changes
  2. Commit your changes
git commit -m "Add: your feature description"
  1. Push to your fork
git push origin feature/your-feature-name
  1. Open a Pull Request

Contribution Guidelines

  • Keep code clean and readable
  • Follow existing code style
  • Write clear commit messages
  • Be respectful and collaborative

Acknowledgements

Built for OverClocked by DevSoc. Happy hacking! 💻✨

About

A simple comment board where people can post their comments and views about a topic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published