Frontend Bootcamp

screenshot of Frontend Bootcamp
express
react

Frontend Bootcamp

Frontend Workshop from HTML/CSS/JS to TypeScript/React/Redux

Overview:

The Frontend Bootcamp is a two-day workshop designed to teach the fundamentals of frontend development while building a working web app. The first day covers basics like HTML, CSS, and JavaScript, suitable for both new and experienced developers. The second day delves into advanced topics such as TypeScript, state management, and testing. Participants are encouraged to have prior experience with programming and web technologies for an optimal learning experience.

Features:

  • Comprehensive Content: Covers HTML, CSS, JavaScript, React, TypeScript, state management, and more.
  • Hands-On Learning: Includes demos, exercises, and project steps to reinforce learning.
  • Up-to-Date Tools: Requires Node, NPM, Git, Visual Studio Code, and React Developer Tools.
  • Easy Installation: Step-by-step guide provided for setting up the project and dependencies.
  • Focused Lesson Structure: Offers walkthroughs of demo code and exercises for practical application.
  • Additional Resources: Includes links to MDN Web Docs, React Docs, and other useful references.
express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

Redux

Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

webpack
Webpack

Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.