Skip to content

frontandrew/stellar-burgers

Repository files navigation

🛸 Stellar Burgers 0.6.0

Screenshot

Try to use app with LIVE DEMO


Project features:

  • Get information about the burger parts
  • Craft burger by your own receipt
  • Follow the execution process
  • Look at your order history
  • Get statistics about other users' orders

Used tools:

  • TypeScript - JavaScript with syntax for types
  • React - the library for web and native user interfaces
  • React Router - a multi-strategy router for React bridging the gap from React 18 to React 19.
  • React DnD - set of React utilities to help you build complex drag and drop interfaces while keeping your components decoupled
  • React IntersectionObserver - implementation of the Intersection Observer API to tell you when an element enters or leaves the viewport
  • Redux Toolkit - the official, opinionated, batteries-included toolset for efficient Redux development
  • Vite - a build tool that aims to provide a faster and leaner development experience for modern web projects
  • ESLint - statically analyzes your code to quickly find problems
  • Vitest - next generation testing framework
  • Cypress - test modern apps directly in your browser

Start and use:

  • clone repo
  • install dependencies: npm ci
  • for create build run: npm run build
  • for use dev-server run: npm run dev
  • for use build locally run: npm run preview
  • for static check code by linter: npm run test:lint
  • for static check typing: npm run test:type
  • for unit testing code base: npm run test:unit
  • for end-to-end testing: npm run test:e2e

Templates: Figma

Contributors

Languages