Home - WgtTelia/Telia-e-shop-front-end GitHub Wiki
It's a learning project developed during a career accelleration programme by WomenGoTech. Project description and requirements were provided by Telia, a telecom company. https://www.womengotech.com/portfolio-project-powered-by-telia/
To develop a fully functional e-commerce web shop, according to provided project requirements.
Project requirements can be found here
Optional requirements can be found here
Project architecture can be found here
To foster team collaboration and practice following workflows and best practices.
- Henrika Ragauske https://github.com/HenriRa
- Tetiana Kozer https://github.com/KozerT
- Dominika Wojewska https://github.com/WitchDevelops
- Baiba Ziemule https://github.com/BaibaZ
- Klaudija Balčaitytė https://github.com/klabal
Next.js | React | TypeScript | Tailwind CSS |
Jest | Zod | react-hook-form |
Spring | mySQL |
Jira | Slack |
For UI elements, we're using ShadCN UI.
For icons, we're using react-icons.
Example response:
{
"brands": [
"Samsung",
"Xiaomi",
"Apple",
"POCO",
"Nokia",
"Sony",
"Redmi",
"LG"
],
"colors": [
"Black",
"Blue",
"White",
"Green",
"Purple",
"Grey",
"Yellow",
"Silver",
"Pink",
"Red",
"Almond",
"Lavender",
"Orange"
]
}
- How to write a regex that allows for extended latin and other unicode letter-like characters StackOverflow question
- Applying art direction in Next Official Next.js documentation
- Contrast checker tool to improve accessibility WebAIM