saadhan icon indicating copy to clipboard operation
saadhan copied to clipboard

🔖 saadhan is a resources hub for the r/developersIndia community.

Results 5 saadhan issues
Sort by recently updated
recently updated
newest added

### Feature details? We need to maintain the same aesthetics for UI/theme as for the landing page. Take the reference from https://developersindia.in/ Couple of changes to do: - Improve header...

enhancement
good first issue
help wanted
on-hold

### Feature details? A dark mode is a must mode! ### Code of Conduct - [X] I agree to follow this project's Code of Conduct

enhancement
good first issue
help wanted
frontend

### What happened? The application throws an error if no category is specified on the `/resources` endpoint. For instance, the `https://saadhan.developersindia.in/resources`will throw a 500 error. This is due to the...

bug
good first issue
frontend

### Feature details? Currently, we manually have to update this map to introduce any new categories ```python CATEGORIES = { "Python": "python", "JavaScript": "javascript", "C++": "cpp", "C":"c", "CSS":"css", "Data Structures...

enhancement
good first issue
help wanted
backend

### What happened? Add a ```.flaskenv``` file with server startup config and avoid running the app in debug mode. In case the app encounters an error, the end user is...

bug