Application Name

{Brief description of application}, 4/16/2021

By Brandon Magofna

Description

{}

Software Requirements

  1. Internet browser
  2. Node
  3. A code editor like VS Code or Atom to view or edit the codebase.

Installation

  1. Clone the repository: $ git clone {}
  2. Navigate to the {project-folder} directory on your computer
  3. Open with your preferred text editor to view the code base
  4. To start a development server and view the project in the browser:
    • Navigate to {project-folder} in your command line
    • Run the command npm install to install dependencies
    • Run the command npm run build to make a bundle of the files
    • Run the command npm run start to start a development server
  5. To run tests, navigate to {project-folder} in your terminal and run the command npm run test

Known Bugs

No known bugs

Support and contact details

Please reach out through my GitHub account.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • VS Code
  • Jest
  • Webpack
  • Node
  • Babel
  • Eslint
  • Bootstrap

License

MIT License.

Copyright (c) 2021 Brandon Magofna