A simple password generator project built with TypeScript. Check out the app on Netlify.
I used this project mainly as a way to gain deeper understanding of Webpack's core functionalities. I also focused on using a TDD approach to building out the application.
- Webpack
- TypeScript
- Jest
- Materialize
- Netlify
Webpack
- Webpack CLI
- Configuration
- Entry Points & Context
- Output
- Mode
- Target
- Modules
- Loaders
- Plugins
- Development Server
- Watch & Watch Options
- Code Splitting
Jest
- Mock modules and functions
- UI Testing with jsdom