Skip to content

Malinkovski/project03

Repository files navigation

BrainsterProject_IlijaMalinkovskiFE11

Name

PROJECT 3 - README

Add your files

cd existing_repo
git remote add origin https://git.brainster.co/Ilija.Malinkovski-FE11/brainsterchallenges_ilijamalinkovskife11.git
git branch -M main
git push -uf origin main
After installing the dependencies, run:
npm run server
npm run dev
npm run watch:scss
Resources
- http:https://localhost:4000";
- http:https://localhost:4000/products";
- http:https://localhost:4000/local_brands";
- http:https://localhost:4000/accessories";
- http:https://localhost:4000/vintage";
- http:https://localhost:4000/contact_page";
- http:https://localhost:4000/about_page";
- http:https://localhost:4000/faq";
- http:https://localhost:4000/giftcard_page"
- http:https://localhost:4000/ads";
- http:https://localhost:4000/filters";

Integrate with your tools

Test and Deploy

Use the built-in continuous integration in GitLab.


Description

Igralishe E-commerce App project

Igralishe is Next.js and TypeScript-powered e-commerce app for a clothing store in Skopje. Featuring dynamic routes, custom hooks, contexts, and a blend of static, server, and client-side rendering. Data is stored in db.json and local storage, accessed through a mockup backend server JSON server. The app integrates various NPM packages for functionality.

Key features

  1. Built with Next.js 14 with TypeScript

  2. Dynamic Page Routes

  3. Data Storage: The app utilizes db.json and local storage for backend local data management,requiring enabled settings for localStorage, sessionStorage and Cookies. This ensures the ability to remember user login sessions and efficiently manage the cart and favorites."

  4. Local JSON Server: A lightweight back-end for mocking up store data and handling data requests.

  5. Rendering Techniques: Integrates static site generation, server-side rendering, and client-side rendering.

  6. Filtering: Implements URL query-based filtering with server-side rendering for a personalized shopping experience.

  7. Styling: Sass for styling the mobile and desktop layout. Responsive for both Mobile and Desktop

  8. NPM Packages Integration: Leverages various NPM packages to enhance functionality and streamline development.

    NPM Packages used:

    • json server: back-end mockup
    • formik + Yup: validation and forms
    • js-cookies: mannaging extended log in sessiosn
    • react-paginate: page like pagination
    • react-slick: carousels and product image previews
    • uuid: generating unique IDs for new members

Project status

Finished 17.12.2023.