Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 951 Bytes

README.md

File metadata and controls

40 lines (30 loc) · 951 Bytes

Energy Booster

Created by: Molly McDonough and Chloe Peng

Click for Project Demo

Energy Booster

Table of Contents

Introduction

A web application that randomly generates jokes and quotes

Features

  • Generate inspired quotes
  • generate funny dev jokes
  • Pin and unpin your favorite quotes and jokes to the cork board
  • Submit your own quote or joke

Wireframe

image

Setup

  • To run front-end:
npm i
npm start
  • To run back-end:
npm i json-server
npm run server