Skip to content

HR-Williams/martian_news_service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is not in a complete or portfolio ready state, and should not be considered representiational of professional work.

Application Name

Brief Description of Application

By Collin Chapman

Preview

  • Follow this path to view the project on GitHub Pages

Technologies Used

  • Babel 7.6.4
  • Babel/plugin-transform-modules-commonjs 7.6.0
  • Bootstrap 4.5.0
  • clean-webpack-plugin 3.0.0
  • CSS
  • css-loader 3.2.0
  • eslint 6.3.0
  • eslint-loader 3.0.0
  • file-loader 1.1.6
  • HTML5
  • html-loader 0.5.5
  • html-webpack-plugin 3.2.0
  • JavaScript ES6
  • Jest 24.9.0
  • jQuery 3.5.1
  • Node Package Manager 6.14.9
  • popper.js 1.16.1
  • style-loader 1.0.0
  • webpack 4.39.3
  • webpack-cli 3.3.8
  • webpack-dev-server 3.11.2

Description

This is a detailed description of your application. Give as much detail as needed to explain what the application does as well as any other information you want users or other developers to have.

Setup/Installation Requirements

  • Open the terminal on your local machine
  • If Node.js and Node Package Manager (npm) are not installed on your local device, follow the instructions here
  • Navigate to the directory inside of which you wish to house this project
  • Clone this project with the following command $ git clone <https://github.com/colchapm/project_name>
  • Navigate to the top level of the repository with the command $ cd project_name
  • Recreate project environment and install required dependencies with terminal command $ npm install
  • Create production environment with terminal command $ npm run build
  • Open project in a development server in the browswer of your choice with the command $ npm run start_
  • Lint code with the command $ npm run lint
  • Run tests in Jest with the command $ npm test

Specifications

Behavior Input Output
The program should... When it receives... It should return...

Known Bugs

  • Any known issues
  • should go here

License

MIT

Copyright (c) 2021 Collin Chapman

Contact Information

[email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.4%
  • HTML 9.6%