Skip to content

Drixares/bap-frontend

Repository files navigation

BAP Project : IFT Website

About

This is a school project for a real client (Institute for Futures Technologies). It's the frontend part of the portfolio we built for them. The goal is to present their projects without the authors to be presents.

Tech Stack

  • React.JS
  • TypeScript for type safety
  • Tailwind CSS for styling
  • Motion for animation
  • Lucide for icons

Getting Started

Prerequisites

  • Node.js (v18 or higher)
  • npm or yarn package manager

Installation

Clone the repository :

git clone https://github.com/Drixares/bap-frontend.git

Install the dependencies :

npm install

Start the project :

npm run dev