An open API service indexing awesome lists of open source software.

https://github.com/viktorsvertoka/power-pulse

App Power Pulse, team project on React & Node.js💪
https://github.com/viktorsvertoka/power-pulse

goit nodejs power-pulse react vite

Last synced: over 1 year ago
JSON representation

App Power Pulse, team project on React & Node.js💪

Awesome Lists containing this project

README

          

# React & Node.js app

![Presentation](./public/page-1.jpg)

![Presentation](./public/presentation.gif)

# Development team :

- [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/ViktorSvertoka)
Viktor Svertoka **Team Lead & Scrum Master**

- [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/EuJinnLucaShow)
Yevhenii Lukashov **Full Stack Developer**

- [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/Alex-XAG)
Oleksii Khomyakov **Full Stack Developer**

- [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/dmitriy1boiko)
Dmytro Boiko **Full Stack Developer**

- [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/Sergiy-Yevchihen)
Sergiy Yevchihen **Full Stack Developer**

- [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/samusdimitriy)
Dimitriy Samus **Full Stack Developer**

- [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/brugiiii)
Eduard Bruhosh **Full Stack Developer**

- [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/SergeyFullstack)
Serhii Kozchenko **Full Stack Developer**

- [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/OleksiyMunenko)
Oleksii Mynenko **Full Stack Developer**

- [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/Valentyna89)
Valentyna Kirbaba **Full Stack Developer**

- [![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/Okayolha)
Olha Herasymchuk **Full Stack Developer**

# Examples of writing commits on a project

## We use the following types of commits:

- Feat(HTML) Added new functionality

- Fix(JSX) Error correction

- Perf(JPEG) Changes to improve performance

- Refactor(PNG) Code edits without fixing bugs or adding new features

- Revert(JS) Rollback to previous commits

- Style(SCSS) Code style edits

- Docs(README) Documentation update

Choose from the list the description of the commit that fits your task, in
brackets we write the file in which we worked, and in the body of the commit we
write what we did (changed) etc.

- `Look at`
[**Layout Figma**](https://www.figma.com/file/FHAaMcWwZCDbzWPlowFhEf/Power-Pulse?type=design&node-id=0-1&mode=design)

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