here are some notable things that I'm proud of building or have been a part of building
Tess: Open Source Podcasting Platform
In June of 2017, Nick and I started a company to create a better podcast experience. We wanted people to be able to create a podcast on mobile and to be able to do it for free. Throughout the year that we spent working on both Tess's web app and mobile app we learned so much about product design and running a company. We ultimately decided to open source all of our code after some personal events in both of our lives.
tfaieta/TessMobile
An open source podcast app for iOS and Android. Contribute to tfaieta/TessMobile development by creating an account on GitHub.
github.com
tfaieta/TessWebPlayer
Tess Web Console/Player React + Webpack + https://react-md.mlaursen.com/ React v15.6.1 React-Redux v5.0.5 React-Router v4.1.2 Webpack v3.3.0 Babel Core v6.25.0 Simple config with easy customization options Optimized Production ready build Hot Module Reloading CSS loader support Eslint standard config A sample app using React Routerv4 Node 6+ Install Clone the repository and run npm install Star the development server Navigate to http://localhost:8080/ to see the app running live ( port settings can be changed in webpack.config.js) To run the Production build npm run build ( creates the associated .js and .css files in the dist folder)
github.com
Cortado: ePub Reader
Simple, easy to use ePub reader with no unneeded page turn animations. Cortado was made during a very fun weekend at HackGT '18.
Those were the days.
tfaieta/Cortado
An epub reader that was started in HackGT 2018 and still needs some work to become a production application. There are a couple goals with this application: To successfully convert pdf's to epub's. To work as a modern cross-platform epub reader. To be really fast and lightweight.
github.com
DarkPDF: Dark Mode for PDF Docs
I hate PDF's and if you knew me well, you would know how much I love anything with dark mode. So I made this desktop app that lets me view PDF's in dark mode it's available for MacOS download here and it's open source too!
This was done during HackGT `17. This is important because HackGT was my favorite hackathon that I've been to, I went 5 years in a row and they just always had their logistics handled well.
tfaieta/DarkPDF
An electron based dark pdf viewer. . Contribute to tfaieta/DarkPDF development by creating an account on GitHub.
github.com
electron-typescript-react-boilerplate: bootstrap modern electron apps
There was a point in my career where I was obsessed with Electron and I was bootstrapping so many projects that I just figured I'd have this boilerplate.
tfaieta/electron-typescript-react-boilerplate
Pull Repo Run yarn inside root Run cd server && yarn To start up the client yarn start from the root To start: Run yarn start inside root To manually start GraphQL Server, connected with your MongoDB URI: Electron Tutorial - Getting Started A Great Guide for GraphQL with Apollo Server Another Helpful Guide for GraphQL/Apollo/Mongoose Queries with Mongoose
github.com