Skip to content

Commit

Permalink
Merge pull request #23 from alexlee-dev/v0.26.0
Browse files Browse the repository at this point in the history
πŸ“¦ v0.26.0
  • Loading branch information
Alex Lee authored Jul 17, 2020
2 parents a685390 + fc93e6b commit 4aadfed
Show file tree
Hide file tree
Showing 8 changed files with 88 additions and 2,183 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.26.0] - 2020-07-17

### πŸ”§ Tweaks that Make Em Squeaks

### Added

### Changed

- JobCard class names to follow BEM better
- README

### Removed

- `gridjs-react`

### Fixed

- Location Search border radius are now even
- Copyright not having a space
- Align Company info in JobCard correctly
- `Details` not scrolling to top automatically
- `Details` will not scroll horizontally anymore

## [0.25.0] - 2020-07-17

### ✏️ Tweaky McTweakerson
Expand Down
37 changes: 12 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,72 +1,59 @@
<p align="center">
<a href="" rel="noopener">
<img width=256px height=256px src="https://svgshare.com/i/LWJ.svg" alt="Project logo"></a>
<img width=256px height=256px src="https://svgshare.com/i/MzP.svg" alt="Project logo"></a>
</p>

<h3 align="center">gh-jobs</h3>

---

<p align="center">This application was bootstrapped with <b>create-mern-application</b>
<p align="center">A tool to help you find your next job.</b>
<br>
</p>

## πŸ“ Table of Contents

- [Getting Started](#getting_started)
- [Built Using](#built_using)
- [Authors](#authors)

## 🏁 Getting Started <a name = "getting_started"></a>

### Creating a Build

`npm run build`

### Starting Program

Please be sure to start your MongoDB instance prior to starting your application.

`npm start`

## ⛏️ Built Using <a name = "built_using"></a>

### Dependencies

- [chalk](https://github.com/chalk/chalk) - Terminal string styling done right.
- [cors](https://github.com/expressjs/cors) - Node.js CORS middleware.
- [date-fns](https://date-fns.org/) - ⏳ Modern JavaScript date utility library βŒ›.
- [express](https://expressjs.com/) - Fast, unopinionated, minimalist web framework for node.
- [lodash.throttle](https://lodash.com/) - A modern JavaScript utility library delivering modularity, performance, & extras.
- [mongoose](https://mongoosejs.com/) - MongoDB object modeling designed to work in an asynchronous environment.
- [morgan](https://github.com/expressjs/morgan) - HTTP request logger middleware for node.js.
- [node-fetch](https://github.com/node-fetch/node-fetch) - A light-weight module that brings window.fetch to Node.js.
- [react](https://reactjs.org/) - A declarative, efficient, and flexible JavaScript library for building user interfaces.
- [react-dom](https://www.npmjs.com/package/react-dom) - A declarative, efficient, and flexible JavaScript library for building user interfaces.
- [react-redux](https://react-redux.js.org/) - Official React bindings for Redux.
- [react-router-dom](https://reactrouter.com/) - Declarative routing for React.
- [redux](https://redux.js.org/) - Predictable state container for JavaScript apps.
- [redux-thunk](https://github.com/reduxjs/redux-thunk) - Thunk middleware for Redux.

### DevDependencies

- [@babel/cli](https://www.npmjs.com/package/@babel/cli) - 🐠 Babel is a compiler for writing next generation JavaScript.
- [@babel/core](https://www.npmjs.com/package/@babel/core) - 🐠 Babel is a compiler for writing next generation JavaScript.
- [@babel/runtime](https://www.npmjs.com/package/@babel/runtime) - 🐠 Babel is a compiler for writing next generation JavaScript.
- [@babel/plugin-proposal-class-properties](https://www.npmjs.com/package/@babel/plugin-proposal-class-properties) - 🐠 Babel is a compiler for writing next generation JavaScript.
- [@babel/plugin-transform-runtime](https://www.npmjs.com/package/@babel/plugin-transform-runtime) - 🐠 Babel is a compiler for writing next generation JavaScript.
- [@babel/preset-env](https://www.npmjs.com/package/@babel/preset-env) - 🐠 Babel is a compiler for writing next generation JavaScript.
- [@babel/preset-react](https://www.npmjs.com/package/@babel/preset-react) - 🐠 Babel is a compiler for writing next generation JavaScript.
- [@svgr/webpack](https://github.com/gregberge/svgr/tree/master/packages/webpack) - Webpack loader for SVGR.
- [babel-loader](https://github.com/babel/babel-loader) - πŸ“¦ Babel loader for webpack.
- [clean-webpack-plugin](https://github.com/johnagan/clean-webpack-plugin) - A webpack plugin to remove your build folder(s) before building.
- [copyfiles](https://github.com/calvinmetcalf/copyfiles) - Copy files on the command line.
- [css-loader](https://github.com/webpack-contrib/css-loader) - CSS Loader.
- [cypress](https://www.cypress.io/) - Fast, easy and reliable testing for anything that runs in a browser.
- [env-cmd](https://github.com/toddbluhm/env-cmd) - Setting the environment from a file.
- [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) - Simplifies creation of HTML files to serve your webpack bundles.
- [rimraf](https://github.com/isaacs/rimraf) - A `rm -rf` util for nodejs.
- [source-map-loader](https://webpack.js.org/loaders/source-map-loader/) - Source map loader.
- [start-server-and-test](https://github.com/bahmutov/start-server-and-test) - Starts server, waits for URL, then runs test command; when the tests end, shuts down server.
- [style-loader](https://github.com/webpack-contrib/style-loader) - Style loader.
- [ts-loader](https://github.com/TypeStrong/ts-loader) - TypeScript loader for webpack.
- [typescript](https://www.typescriptlang.org/) - TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
- [url-loader](https://webpack.js.org/loaders/url-loader/) - A loader for webpack which transforms files into base64 URIs.
- [webpack](https://webpack.js.org/) - A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
- [webpack-cli](https://webpack.js.org/api/cli/) - Webpack's Command Line Interface.
- [webpack-dev-server](https://webpack.js.org/configuration/dev-server/) - Serves a webpack app. Updates the browser on changes.

## ✍️ Authors <a name = "authors"></a>

- [Alex Lee](YOUR WEBSITE URL) - YOUR TITLE
- [Alex Lee](https://alexlee.dev/) - Fullstack Application Developer
Loading

0 comments on commit 4aadfed

Please sign in to comment.