codebooker
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
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,...
**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...
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...
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...
This page:  Using the dark/light mode toggle does not revert colors of background / text for dark mode
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...
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...
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...
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
In creating this project, I just used the boilerplate SECURITY.md file. It is not accurate Create a better SECURITY.md file.