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.
- React.JS
- TypeScript for type safety
- Tailwind CSS for styling
- Motion for animation
- Lucide for icons
- Node.js (v18 or higher)
- npm or yarn package manager
Clone the repository :
git clone https://github.com/Drixares/bap-frontend.git
Install the dependencies :
npm install
Start the project :
npm run dev