• Stars
    star
    137
  • Rank 261,006 (Top 6 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 5 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Beat Writer's Block with AI

Netlify Status Dependabot Status Code style CircleCI HitCount

App

Tech Stack

  • Mostly powered by Netlify, Material UI and React.
  • Netlify hosts writeup's static assets. Because it's amazing.
  • MaterialUI - Thank you for making it easy to build presentable pages.
  • React - Thank you for building an awesome library to construct a web app with.
  • SlateJS - The editor show casing everything.
  • Create React App was used to build this.

To Start

git clone [email protected]:jeffshek/writeup-frontend.git
cd writeup-frontend
yarn install
yarn start

Design

Code Quality

  • This was written pretty quickly, so I'm not that proud of some antipatterns I used in repo. I wouldn't use it for inspiration. I'm much prouder of the backend repo than I am of the frontend.
  • EDIT EVEN MORE: The DevOps in building this has been much harder than I anticipated. Between the tradeoffs of technical debt on the frontend versus backend, this got the short end of the stick. I'm a bit embarrassed by the code quality here, sorry ...
  • I'm not a frontend engineer. Apologies about the size of main.js ... Don't judge me (too hard).

Open Sourced Backend (Mostly)

File Structure

  • I REALLY don't recommend any file layout / naming conventions from this frontend repo. It's still evolving and changing as I think through patterns. There are some parts I'm super embarrassed by.