saviour

Project Overview

This repository contains the implementation of a web application based on a provided Figma design. The primary objective is to build a functional and visually appealing application using React Typescript and Tailwind css. The application includes scroll animations and transitions, card animations, responsiveness, and a countdown timer.

Demo

You can view the live demo of the application here

Features

  • Animations: Smooth transitions and engaging user interactions.
  • Scroll Animations and Transitions: Enhances user experience while navigating through the application.
  • Card Animations: Dynamic and interactive card animations.
  • Responsiveness: Mobile-friendly view.
  • Countdown Timer: Displays the hours and minutes remaining for presale.

Installation

Installation

  1. Clone the repository to your local machine:
git clone https://github.com/pkadam96/saviour.git
  1. Navigate to the project directory:
cd saviour
  1. Install dependencies:
npm install
  1. Run the application in development mode:
npm run dev