Skip to content

jkmackie/randomideas-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Ideas App

Random Ideas App Image

Note: Website may take 30 seconds to launch from a cold start. The slowness is due to free hosting--not a software issue.

The Random Ideas app is a website that saves random ideas from different users on a card. Use the plus (+) in the top left corner to add an idea. The ideas are stored in a database. Ideas submitted from your Username may be deleted.

This full stack app uses a Webpack front-end source code bundler, Express API, and cloud MongoDB database.

Build the app from the client folder by using the npm run build command. This generates production files in the public folder, an Express static folder.

The project is from the Modern JavaScript from The Beginning 2.0 course.

The Render.com host builds and deploys changes to this repo.