Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gbowne1/codebooker
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
https://github.com/gbowne1/codebooker
app application book books coding hack hacktoberfest hacktoberfest2023 learning muiv5 programming react reactjs reccomandationsystem reccommendation recommendation-system
Last synced: 13 days ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/gbowne1/codebooker
- Owner: gbowne1
- License: mit
- Created: 2023-04-10T02:05:05.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-02T17:54:57.000Z (7 months ago)
- Last Synced: 2024-05-03T04:39:27.008Z (7 months ago)
- Topics: app, application, book, books, coding, hack, hacktoberfest, hacktoberfest2023, learning, muiv5, programming, react, reactjs, reccomandationsystem, reccommendation, recommendation-system
- Language: JavaScript
- Homepage:
- Size: 4.42 MB
- Stars: 28
- Watchers: 4
- Forks: 50
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# CodeBooker
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:
[![MongoDB](https://img.shields.io/badge/MongoDB-4EA94B?style=for-the-badge&logo=mongodb&logoColor=white)](https://www.nodejs.com)
[![Express](https://img.shields.io/badge/Express.js-404D59?style=for-the-badge)](https://expressjs.com)
[![React](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)](https://react.dev/)
[![NodeJS](https://img.shields.io/badge/Node.js-43853D?style=for-the-badge&logo=node.js&logoColor=white)](https://www.nodejs.com)
[![MaterialUI](https://img.shields.io/badge/Material--UI-0081CB?style=for-the-badge&logo=material-ui&logoColor=white)](https://www.mui.com)
[![Prisma](https://img.shields.io/badge/Prisma-3982CE?style=for-the-badge&logo=Prisma&logoColor=white)](https://www.prisma.io/)
[![Jest](https://img.shields.io/badge/Jest-323330?style=for-the-badge&logo=Jest&logoColor=white)](https://jestjs.io)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](https://github.com/gbowne1/codebooker/blob/master/CONTRIBUTING.md) 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:
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:
# After installing the project dependencies
npm install# To run the backend server separately
npm run server#### [CodeBooker API documentation](https://bmacarini.github.io/codebooker-documentation/)
# To run the frontend separately
npm start# To run both the frontend and the backend server concurrently in development mode
npm run devThis 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