GitXplorerGitXplorer
n

ant-goods

public
0 stars
0 forks
20 issues

Commits

List of commits on branch master.
Verified
9d6d07680357add1a918ce68f745575435bb2c47

Update README.md

nnewyork-anthonyng committed 6 years ago
Verified
4e4aab5a450eef010675efb3da6e7fdf4da3702d

Update README.md

nnewyork-anthonyng committed 6 years ago
Verified
099523fed8df88ac706516a5eed9efda0d5a20ad

Create README.md

nnewyork-anthonyng committed 6 years ago
Unverified
069576b12c8481ed100c25374c5e44760f79ceb9

Add build script

nnewyork-anthonyng committed 6 years ago
Unverified
2612307be9557328f0cf572e394ed56071b5c256

Fix bug

nnewyork-anthonyng committed 6 years ago
Unverified
f2a73ffcaf1007f6cf85803f9f417585f784f0df

Add styling

nnewyork-anthonyng committed 6 years ago

README

The README file for this repository.

ant-goods

This site is deployed to gh-pages. You can visit it here.

Getting started

  • npm install
  • npm run dev # start dev server on localhost:8080

Notes

  • I chose Preact, a lightweight alternative to React. I chose it because there was some data rendering that it is perfect for (re-rendering sorted tables).
  • I went with inline-styles because of time. If I had more time to play with setting up an HTML template for my html-webpack-plugin, I would've used a vanilla CSS stylesheet.
  • I wanted to pay respect to the marquee tag.
  • I forgot to look at the key attribute, to make sure that the DOM updates were as minimal as possible