gboycdw / FE-Coding-Test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation

Installation and Running

1. Install Project Dependencies

First, you need to install the project dependencies. Navigate to the project directory in your terminal and run the following command:

yarn install

2. Start the Local Server

After installing the dependencies, run the following command to start the local server:

yarn start

Once the server is up and running, you can access the local server at:

http://localhost:5174/

Pages

0. Overall

  • Stacks : React, TypeScript, TailwindCSS, Recoil
  • Implemented using Vite bundler instead of the provided CRA-based code
  • Entry points for each test page are implemented as two fixed buttons in the Header (visible on all pages)
  • Used emojis provided by vscode.
  • Basic instructions implemented
  • Added Skeleton UI
  • Added a hover effect on images to enhance user interaction
  • Basic instructions implemented
  • Added a "Clear" button as a hard-reset button
  • Added a custom alert hook to enhance user interaction
  • Added simple functionality to the existing "arrow-down" button without any specific instructions

About


Languages

Language:TypeScript 96.0%Language:JavaScript 2.9%Language:HTML 1.0%Language:CSS 0.2%