A webapp repository of custom CSS styles for Marked App
An experiment in quickly prototyping webapps in Laravel, by Matt Stauffer of Good Food Productions.
Note: If I created a fake user account for you in the system because your styles were in Brett's existing Git repo, please email me if you want it taken down or if you'd like to set the email/password for your account for your login. My first name at my company's domain name.
Wishlist:
User creation & loginUser editing & deletion- important: Track failed logins and verify emails on signup, allow for marking style as spam, and require first style to be verified by admin
- Password reset
Allow users to add new stylesAllow users to edit old stylesTrack # of visitsSort by # visitsInstall logviewer- Allow voting
- Add real code editor for style css
- Pull visit tracking off style row (performance)
- Add version history to user editing
- Move API keys (bugsnag, etc.) to env vars
- Frontend style version history
- Add active style preview (for writing styles in-browser and previewing live)
- Allow for upload of raw SCSS/Sass
- Allow for writing
- "Copy source" button
- More beautiful landing page
- More beautiful listing page
- Drop reliance on Bootstrap
- Audit for Laravel best practices (for learning's sake)
- Prettify account view/edit
- Add caching, if it seems necessary