NotesVaults is a smart memory engine and note-taking application designed for lifelong learners. It uses intelligent recall and adaptive scheduling to help you remember everything you learn.
This repository contains the front-end landing page for NotesVaults, featuring a modern, minimalist black-and-white aesthetic, interactive GSAP scroll animations, and a fully responsive design.
- Framework: Next.js (App Router)
- Styling: Tailwind CSS
- UI Components: shadcn/ui
- Animations: GSAP & ScrollTrigger
- Icons: Lucide React
First, install the dependencies:
npm install
# or
yarn install
# or
pnpm installThen, run the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.
/src/app- Next.js routing and main pages./src/components/landing- Landing page specific sections (Hero, Features, Pricing, etc.)./public- Static assets including custom hand-drawn character illustrations.
All rights reserved.