shintung00 / Campaign-Dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-Express Starter

This repo contains a barebones app using React 16 and Express using Webpack 4 and Babel 7. The react app currently renders a simple Hello World. It can easily be extended by adding more components and routes to make a full-stack app.

This project was built as a takehome for Postscript. You can find the full video demo here.

Getting Started

Installation

You’ll need to have Node >= 6 on your machine. You can use nvm to easily switch Node versions between different projects.

npm install
npm run react-dev
npm start

Then open http://localhost:3000/ to see your app.

react-express-starter

Reflection

Improvements to the service:

  • Create more appealing confirmation layouts rather than using native browser
  • A hover-over on the TableEntry creates a sneak peak of the CampaignPreview phone view
  • Allow for additional options for each TableEntry, such as duplicating a campaign
  • Incorporate a gif/img-market so that users don't have to manually link every gif/img

About


Languages

Language:JavaScript 100.0%