This is a mini application created for the Watupay-Frontend test interview. The web application aims to mock a simple landing page with a hero section, navigation, carousel, footer and an Active Contests section.
Step 1: Clone the repository from github.com. Ensure that you are on the main branch when you clone the repository.
git clone <paste repository link from github>
Step 2: cd into the root directory.
cd watupay-landing
step 3: Install dependencies by running npm install.
npm install
Step 4: Run development server:
npm run dev
step 5: Open http://localhost:3000 with your browser to see the result.
If running on your local server is tasking or time consuming, another option to test on a live server hosted on Netlify and Vercel exists. You can visit any of the available links by clicking the links below.
- Next13
- Typescript
- SCSS for styling
- Figma