Skip to content

AnthonyGKruger/smarten

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

board icon

board - SmartenUp recruitment challenge

Requirement:

Task is to build the an SPA based on the following design

  • The aim is to build this design as a 1 page site.
  • You are to make use of dev mode to ascertain values for styling.
  • Tech stack:
    • You may use React, Angular or vanilla HTML, CSS, JS.
    • Challenge: Try to avoid using Bootstrap and/or Jquery

Tech stack used:

Routes available:

Prerequisites:

In order to install a working local version of this assessment you will need the latest version of Node installed on your device.

Installation:

Below is how you can install a local version of the assessment:

# Clone the repository
git clone https://github.com/AnthonyGKruger/smarten

# Navigate to the project directory
cd smarten

# Install dependencies
npm install

# Start your local server and access the site via http://localhost:3000
npm run start