Git Product home page Git Product logo

eventr's Introduction

eventr

Display events in user uploaded templates. Features universal rendering, treeshaking, caching.

Setup

git clone https://github.com/brandonlilly/eventr.git
cd eventr
npm install
npm run build:prod

Run server

npm start
Open at localhost:3000

eventr's People

Contributors

brandonlilly avatar

Watchers

James Cloos avatar  avatar

eventr's Issues

Invalidate cache only when state changes

The cache is invalidated whenever an action is dispatch, regardless of whether the state actually changed. This isn't a problem in our small application, but in a larger application with more action types it will be necessary to check if the relevant state has actually changed.

Better reflect upload process

The user should get some better visual feedback about whats happening throughout the template/styling upload process- whether the uploaded file was or was not successful; whether the dropped file is still processing or not; whether the dragged file is the right type or not.

Areas of Improvement

This is a list of a few ways I could make the project better.

  • Get default template styling from scss file
  • Saving uploaded templates/stylesheets (not just in memory)
  • Better template and stylesheet validation
  • Security and auth
  • Support for multiple templating languages
  • Hook up to stream of events

Separation of Stylesheets

Right now virtually all of the sass is crammed in one file. It should be split up into logical separations so that it's manageable.

Responsiveness

With a little effort the app could be made to look nice at all screensizes

Color split moves in nav bar

The two tone colors slice through the nav in different locations between the main page and the template page. If there was an animation from one page to the next (e.g. banner below changes in height) this wouldn't be a problem and might actually look nice.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.