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💪
- Host: GitHub
- URL: https://github.com/viktorsvertoka/power-pulse
- Owner: ViktorSvertoka
- License: mit
- Created: 2023-09-14T16:16:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-17T19:09:16.000Z (over 2 years ago)
- Last Synced: 2025-04-01T10:38:14.823Z (over 1 year ago)
- Topics: goit, nodejs, power-pulse, react, vite
- Language: JavaScript
- Homepage: https://viktorsvertoka.github.io/power-pulse/
- Size: 7.81 MB
- Stars: 18
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React & Node.js app


# Development team :
- [](https://github.com/ViktorSvertoka)
Viktor Svertoka **Team Lead & Scrum Master**
- [](https://github.com/EuJinnLucaShow)
Yevhenii Lukashov **Full Stack Developer**
- [](https://github.com/Alex-XAG)
Oleksii Khomyakov **Full Stack Developer**
- [](https://github.com/dmitriy1boiko)
Dmytro Boiko **Full Stack Developer**
- [](https://github.com/Sergiy-Yevchihen)
Sergiy Yevchihen **Full Stack Developer**
- [](https://github.com/samusdimitriy)
Dimitriy Samus **Full Stack Developer**
- [](https://github.com/brugiiii)
Eduard Bruhosh **Full Stack Developer**
- [](https://github.com/SergeyFullstack)
Serhii Kozchenko **Full Stack Developer**
- [](https://github.com/OleksiyMunenko)
Oleksii Mynenko **Full Stack Developer**
- [](https://github.com/Valentyna89)
Valentyna Kirbaba **Full Stack Developer**
- [](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`.