codebooker icon indicating copy to clipboard operation
codebooker copied to clipboard

This is a book recommendation app created with React 18.2 and MUI for coders/programmers looking for reccomendations to books on programming/coding to read

Results 29 codebooker issues
Sort by recently updated
recently updated
newest added

Now that we have a create pofile and a displayed user profile system, Add a feature to the app that will allow other users to find and friend and share,...

bug
documentation
enhancement
help wanted
good first issue
devops
frontend
feature request
css
hacktoberfest
design

**Describe the bug** The `fetchBooksFromDB` function triggers an infinite loop of data fetching when used in conjunction with `useEffect`, leading to significant performance degradation and a memory leak. ### Expected...

bug
enhancement
help wanted
good first issue
question
devops
frontend
feature request
performance
usability
accessibility
needs-review
critical
backend
fullstack

Hello, I've been working with `Library.jsx` and observed that its large size contributes to difficulty in maintenance, readability issues, and triggers unnecessary re-renders. **Suggestion**: Refactoring `Library.jsx` into smaller, component-based files...

bug
enhancement
help wanted
good first issue
devops
frontend
feature request
performance
usability
critical
backend
fullstack

MWe need some API documentation on how to use the API Use the /docs/ folder to add API documentation in Markdown Also they should be added to a section of...

documentation
enhancement
help wanted
feature request
usability
accessibility
discussion
hacktoberfest

This page: ![Screenshot 2024-02-27 at 18-48-39 CodeBooker](https://github.com/gbowne1/codebooker/assets/47549872/8805c7e8-02c5-4d01-b1ca-b7e31fe32e05) Using the dark/light mode toggle does not revert colors of background / text for dark mode

bug
enhancement
help wanted
good first issue
frontend
feature request
usability
accessibility
css
design

This is what I am getting from the project currently from the Jest VSCode extension. `Orta.vscode-jest`. This mainly runs the command `npm test` in a runner, as well as `react-scripts...

bug
enhancement
help wanted
good first issue
devops
frontend
feature request
performance
usability
css
design
backend
fullstack

We have a CodeBooker wiki here on github. I think it could be useful to house our user documentation and developer documenation, once completed. The wiki is here: https://github.com/gbowne1/codebooker/wiki You...

documentation

This warning comes up during the startup process when running `npm start` ``` One of your dependencies, babel-preset-react-app, is importing the "@babel/plugin-proposal-private-property-in-object" package without declaring it in its dependencies. This...

bug
enhancement
help wanted
good first issue
devops
frontend
feature request
performance
accessibility
css
backend
fullstack

The current packages need to be updated in both the client and the server. concurrently and nodemon are missing packages as they report `MISSING` in `npm outdated` output

bug
enhancement
help wanted
good first issue
devops
frontend
feature request
security
blocked
critical
updates
fullstack

In creating this project, I just used the boilerplate SECURITY.md file. It is not accurate Create a better SECURITY.md file.