Rando

screenshot of Rando
express

A minimal password generator built with React and Express.

Overview:

Rando is a password generator that uses React and Express. This demo showcases the integration of Create React App with an Express backend, and deployment to Heroku. Users are required to have a Heroku account and the Heroku toolbelt installed.

Features:

  • Password Generator: Creates random passwords securely.
  • React Integration: Demonstrates usage of Create React App.
  • Express Backend: Utilizes Express for the backend functionality.
  • Heroku Deployment: Allows for easy deployment to the Heroku platform.

Summary:

Rando is a password generator built with React and Express, demonstrating the connection and deployment of both frontend and backend components to the Heroku platform. The integration of Create React App showcases a minimal setup for a React project with an Express backend, making it a useful example for developers looking to deploy similar applications.

express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.