Home - WgtTelia/Telia-e-shop-front-end GitHub Wiki

What is it?

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/

Goals

Main goal

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

Secondary goal

To foster team collaboration and practice following workflows and best practices.

Team composition

Backend developer

Frontend developers

Quality assurance

About the project

Tech stack

Frontend

Next.js React TypeScript Tailwind CSS
Jest Zod react-hook-form

Backend

Spring mySQL

Project management

Jira Slack

Technical documentation

Frontend

Libraries

For UI elements, we're using ShadCN UI.

For icons, we're using react-icons.

Backend

Endpoints

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"
  ]
}

QA

Helpful resources

⚠️ **GitHub.com Fallback** ⚠️