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
- ReactJS
- TailwindCSS
- GlideJS
- Axios
- AWS S3 - backend url: https://smartenup-figma-test.s3.eu-central-1.amazonaws.com/smartenup-backend.vercel.app/
- ExpressJS - backend url: https://smartenup-backend.vercel.app/
- https://smartenup-backend.vercel.app/
- https://smartenup-backend.vercel.app/banner
- https://smartenup-backend.vercel.app/cta
- https://smartenup-backend.vercel.app/testimonials
- https://smartenup-backend.vercel.app/filters
- https://smartenup-backend.vercel.app/footer
- https://smartenup-backend.vercel.app/game-carousel
In order to install a working local version of this assessment you will need the latest version of Node installed on your device.
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