Skip to content

NaviVani-dev/Fortnite-Viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fortnite Viewer

Fortnite Shop

A Fortnite Item Shop web made using pure HTML, CSS and JavaScript (also Vite for a live preview)

This web uses Fortnite API to get the latest Item Shop, compatible with every new item (Jam Tracks, Instruments, Decals, etc)

Why?

This was made as a challenge in my free time to test my skills without using any framework or external package (I didn't use any Vite specific code).
This was a good refresher, i recommend doing domething like this

Usage

You can use VS Code extension "Live Server" or any other live server tool to preview the webpage without any setup.

Or you can also use Vite if you like:

  • Install dependencies
npm install
// Or use your favorite package manager
yarn
  • And now you can run Vite
npm run dev
// or...
yarn dev