Skip to content

kurshatsov-andrii/leader-code-team-power-pulse

Repository files navigation

React & Node.js app

Presentation

Presentation

Development team

  • GitHub Andrii Kurshatsov Team Lead & Full Stack Developer

  • GitHub Bohdan Kobak Scrum Master & Full Stack Developer

  • GitHub Ruslan Mirasov Full Stack Developer

  • GitHub Anna Salnikova Full Stack Developer

  • GitHub Olga Papkevych Full Stack Developer

  • GitHub Yurii Onyshchuk Full Stack Developer

  • GitHub Danylo Sichkar Full Stack Developer

  • GitHub Vadym Prokhorenko Full Stack Developer

  • GitHub Andrii Pokotylo Full Stack Developer

  • GitHub Mykhailo Ryzhak Full Stack Developer

Technologies

  • React
  • Redux
  • React Router
  • Axios (for API requests)
  • Vite

API

The application utilizes a backend developed by our team. Feel free to familiarize yourself with it here

Redux State

The Redux store manages the application's state, encompassing tokens, user information such as name, email, avatar image, and the account creation date.

Figma

Look at Figma project design

Commands

  1. Set the project's basic dependencies as a command npm install.
  2. Enter development mode by running the command npm run dev.