Open Issues Need Help
View All on GitHub Setup Initial Express Project Structure & Linting about 2 hours ago
AI Summary: This issue focuses on setting up the initial Express backend project. It involves creating a standard folder structure for routes, controllers, and services, and integrating essential development tools like ESLint and Prettier for code linting and formatting.
Complexity:
2/5
good first issue backend setup
Implement Automated Health Check Endpoint about 2 hours ago
AI Summary: The task is to implement a new `/health` endpoint. This endpoint will provide an automated health check by verifying the application's database connectivity and the status of the Horizon API.
Complexity:
2/5
good first issue backend
Configure CORS and Helmet for Security about 2 hours ago
good first issue security backend
Implement Dark Mode Toggle about 2 hours ago
enhancement good first issue frontend
Add License File (ISC/MIT) about 3 hours ago
good first issue legal
Write Pull Request Template about 3 hours ago
documentation good first issue community