Read in another language Ukrainian
Read in another language Polish
Link to the project ShoppeStore.com.ua
PARTICIPANT | ROLES |
---|---|
Vasyl Verbytskyi | Lead Software Developer |
Roman Vasylenko | Lead Software Developer |
Ivan Yakovchuk | Frontend Software Developer |
Danylo Hlusov | Frontend Software Developer |
Andrii Dmytruk | Frontend Software Developer |
Andrij Potapov | Frontend Software Developer |
Denys Levchenko | Frontend Software Developer |
Denys Tkachenko | Frontend Software Developer |
Volodymyr Kirilyuk | Frontend Software Developer |
Shoppe Store is a charitable project where only standard technologies for website development were used, namely - HTML, CSS and JAVASCRIPT.
- Cooperation:
- Daily meetings to discuss tasks.
- Using Trello to organize tasks.
- Distribution of tasks:
- The tasks were distributed by complexity.
- More people were involved in more complex tasks.
- Clean code:
- The entire project was written without the use of libraries and frameworks (except for SASS).
- Code review:
- ach new task was given on a separate page.
- Team members had the opportunity to work with other people's code and improve their reviewing skills.
- Github:
- The project was developed and monitored on Github.
- A separate branch was used for each task.
- Team leads regularly checked the code and merged branches.
- Timlids taught the team members to update their branches from main before making changes.
The main goal was to improve skills in the development of multifunctional websites in pure JavaScript.
This project is a great example of teamwork, coding skills, and learning ability. It has become a valuable addition for everyone who worked on it.
All site functionality is implemented without the use of any libraries or frameworks. The only thing that was connected was the SASS preprocessor.
We used our own build, which combines Webpack and Gulp, to better understand different types of builds.
npm install
npm run dev