mgkha / 7peaks-frontend

Home Page:7peaks-frontend.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seven Peaks Frontend

Demo here https://7peaks-frontend.vercel.app/

Project Setup

  1. Install dependencies
  npm install
  1. Run the project
  npm run start
  1. Bingo!

Troubleshoot

  • In case of CORS issue from endpoint, set USE_LOCAL_PROXY to true inside config/index.ts

This project is focused on

  • Mobile Responsive; Production ready
  • Clean code, test driven and easy to maintain
  • Organized file structure
  • No complex state management
  • Flexible and reuseable components
  • Caching data
  • PWA with offline access

More features

  • Santinize html,svg to prevent XSS attack
  • Background Query for more data while online
  • Scroll to top button in mobile view

About

7peaks-frontend.vercel.app


Languages

Language:TypeScript 93.8%Language:JavaScript 2.8%Language:HTML 2.4%Language:CSS 1.0%