Skip to content

Pizza Hunt is a PWA where users can post pizza recipes and participate in discussions. Users create pizzas through a form input with checkbox options. Alternatively, a user can create their own toppings. Users can comment on pizza recipes and reply to other user comments.

License

Notifications You must be signed in to change notification settings

CFsylvester/pizza-hunt

Repository files navigation

Pizza Hunt

Deployed AppRepo SizeLanguagesProminent Language

Description

Pizza Hunt is a progressive web application where users can post pizza recipes and participate in discussion. Pizzas are added through a form input with topping options to choose from or the option to create your own. If the user loses internet connection and hits submit the input will be cached until internet access is available. Once the pizza is added, users are able to comment and discuss the recipe. Alternatively, users can reply to each other's comments. IndexedDB and the Cache API are used to enable this application to function offline as a PWA.

Table of Contents

Usage

Online Application:

Pizza Discussion:

Create Pizza:

Offline Inputs using IndexedDB:

Installation

Node.js, NPM, and MongoDB must be installed on your computer.

Clone the repo:
git clone https://github.com/CFsylvester/pizza-hunt.git

Navigate to the root directory and run:
npm install

To start the server locally, run the following:
npm start

Navigate to localhost:3001 in your browser to open the application locally.

Technology Used

JavaScriptNode.jsExpress.jsIndexedDBPWAMongoose.jsCache-APIHTML5CSS

HerokuMongoDBMongoDB Atlas

Questions

Please reach out to me at [email protected]

Links

License

This application uses the MIT license.

About

Pizza Hunt is a PWA where users can post pizza recipes and participate in discussions. Users create pizzas through a form input with checkbox options. Alternatively, a user can create their own toppings. Users can comment on pizza recipes and reply to other user comments.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published