https://github.com/iamigi/computershop-typescript
Rebuild of Computer shop frontend to typescript Frontend of project: "Computer-Shop". Project board: https://github.com/users/IamIGI/projects/1/views/1 backend repo: https://github.com/IamIGI/Computer-Shop-Server
https://github.com/iamigi/computershop-typescript
axios javascript jwt-authentication react react-router redux redux-toolkit styled-components typescript vite
Last synced: 2 months ago
JSON representation
Rebuild of Computer shop frontend to typescript Frontend of project: "Computer-Shop". Project board: https://github.com/users/IamIGI/projects/1/views/1 backend repo: https://github.com/IamIGI/Computer-Shop-Server
- Host: GitHub
- URL: https://github.com/iamigi/computershop-typescript
- Owner: IamIGI
- Created: 2022-12-18T19:07:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-03T16:05:42.000Z (over 1 year ago)
- Last Synced: 2025-11-19T03:02:42.238Z (7 months ago)
- Topics: axios, javascript, jwt-authentication, react, react-router, redux, redux-toolkit, styled-components, typescript, vite
- Language: TypeScript
- Homepage: https://hotshot.tk
- Size: 699 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 66
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Project is no longer supported
# ComputerShop-typescript
Frontend part of the project *HotShoot*, this is a computer shop that I started develop since august 2022.r
this repository is the continuation of project development after its migration to typescript
## Backend repo:
https://github.com/IamIGI/Computer-Shop-Server
## Project Board
https://github.com/users/IamIGI/projects/1/views/1
# HotShoot.tk
**HotShoot.tk** is a comprehensive e-commerce website specializing in laptops, offering a wide selection of devices along with a suite of features that support a seamless online shopping experience. This full-stack application, developed from scratch and actively maintained since August 2022, includes both frontend and backend components.
## Key Features
- **User Authentication** – Provides secure login and registration for new customers.
- **Advanced Shopping Cart** – Enables easy management of products in the cart, quantity adjustments, and order preview.
- **Promotion Management** – Allows users to take advantage of current discounts and promotional offers.
- **Product Filtering** – A robust filter system that helps users quickly find products tailored to their preferences.
- **Account Management** – Access to account settings, order history, and profile information updates.
- **Order Management** – Users can track the status of their orders and view details for each.
- **Recipient Template Creation** – Simplifies the addition and management of delivery addresses.
- **Enhanced Comment Section** – Users can share reviews and comments, fostering product interaction and feedback.
- **Articles Section** – A space for guides, updates, and interesting insights about products.
- **Contact Form** – Provides an easy way to get in touch with customer support for inquiries or assistance.
- **PDF Document Generation** – Option to create and download invoices and order documents.
- **Responsive Web Design (RWD)** – Fully optimized for use on both desktop and mobile devices, ensuring an excellent user experience across platforms.
Thanks to its intuitive interface, advanced features, and user-friendly design, **HotShoot.tk** is the perfect destination for those looking to purchase modern and high-performance laptops, offering a top-tier online shopping experience.
## Functionalities:
### User authorization:
The jwt token is used for user authentication, where account information such as user data, authorization token, role of a given account is sent
### Extended shopping cart

User can choose one of the options to choose from when placing an order while seeing it in dynamic basket preview.
User can choose delivery method, payment method, and set recipients data
### Stripe payment

### Support for promotions

The promotion system supports discounts on products of a given brand, all brands, if there is more than one product subject to a discount, the cheapest product is discounted.
If there are more than 1 quanitty of the same product, the basket is split and only one piece is discounted
### Filtering products

Functionality allows to search given product or filter all products to given criteria
### Account management

User can manage his account through account settings
### Managing user orders

User can see his list of orders, see it's status and also data provided to given order. User can also print PDF about given order
### PDF Documents

### Recipients templates

User can create recipients templates, edit and delete them. Created templates can be used during order procedure
### Advanced comments section

User can add comments, like it, filter it, add images to comments, see summary of comments in the form of: average rating and average selected rating
### Articles

The user can read about upcoming promotions and read guides
### Contact form

User can contact author, choose options to send him information about bug or collaborations
### RWD design
