-
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
- Set the project's basic dependencies as a command
npm install
. - Enter development mode by running the command
npm run dev
.