This is a book recommendation app created with React 18.2 and MUI.
It is not a bookstore eCommerce application.
It is targeted specifically for coders/programmers who are looking for recommendations for programming/coding books to read.
It allows users to organize, recommend and review any book on coding or programming.
This app is not targeting any other book genre.
This project is built using:
Bootstrapped with Create-React-App v5 aka react-scripts using npx create-react-app codebooker
If you would like to contribute to this repository, please read our Contributing document. We welcome your pull requests here.
This project is built from community contributions and community driven design. Submit a PR with your design for review along with a screenshot and we will look at it for possible merge. We have found that this process works the best. Community members can also help imporove the design through issues and Pull Requests, see the contributing document.
We recommend using this with Node 18.15.0, be sure and let us know. We do not recommend using any other versions that are not currently on LTS.
You should already be familiar with React 17 and or 18, JavaScript ES5/ES6/ES7 and JSX. If you are not there are several tutorials we recommend using before you get started with. To learn React, go here: https://www.freecodecamp.org/news/free-react-course-2022/
The backend of this project is currently under construction so please use the Create React App development server, inside the root of the project folder:
npm install
npm run server
npm start
npm run dev
This is not hosted anywhere yet and is not yet production-ready.
If you would like something to work on, there are plenty of TODO's here https://github.com/gbowne1/codebooker/blob/master/TODO.md