A visually engaging, animated notes-taking app built purely with frontend technologies. This app redefines note-taking with a unique interface featuring animations, smooth scrolling, and responsive state management.
- React with Vite: For fast, optimized development.
- Redux: Manages the app's state for a seamless user experience.
- Locomotive Scroll: Enables smooth, parallax-like scrolling effects.
- Framer Motion: Adds eye-catching, responsive animations.
Explore the app in action: Docs.
Follow these steps to clone and run the project locally on your machine.
Ensure you have the following installed:
-
Clone the repository:
git clone https://github.com/ashbhati26/Docs.git
-
Navigate to the project directory:
cd Docs
-
Install dependencies:
npm install
-
Start the development server:
npm run dev