Giter Site home page Giter Site logo

bohdicave / just-book-it Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 1.0 749 KB

A full-stack MERN app allowing to search the new Google Books API in either title or author fields and save any book of interest to a database. The saved books may be reviewed and the list adjusted by removing any saved record from the database.

Home Page: https://stark-island-86648.herokuapp.com/

License: Mozilla Public License 2.0

HTML 17.59% CSS 11.14% JavaScript 71.27%
mern-stack mongodb mongoosejs reactjs nodejs express-js node-express-mongodb full-stack mvc-architecture client-server

just-book-it's Introduction

Just Book It - a full-stack MERN App

License: MPL 2.0

This app is a Node/Express/MongoDB/React app deployed to Heroku. It makes a call to Google Books API and allows users to search that API based on the "title" and "author" fields.

In the development phase, the front-end React auto-reloads as it's updated via webpack dev server, and the backend Express app auto-reloads independently with nodemon ("concurrently" dev dependency). Once deployed to Heroku, the app is connected to the GitHub repository and automatically rebuilds the app upon every new push to GitHub.

Features used

Frontend

  • React components and pages, routed by react-router-dom
  • React UseState and UseEffect hooks
  • Custom UseDebounce hook - to prevent excessive calls to Google Books API as users input search terms
  • Protected API key using .env

Backend

  • MVC architecture
  • Client (react app as 'views') and Server (as 'models' and 'controllers' with routes) folder structure
  • MongoDB with mongoose.js (deployed on MongoDB Atlas)
  • Server falls back to React app if no API routes are hit upon

Screenshots

Screenshot 1

Screenshot 2

just-book-it's People

Contributors

bohdicave avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

atul3121

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.