Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.17 KB

File metadata and controls

55 lines (34 loc) · 1.17 KB

Docs App

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.

Tech Stack

  • 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.

Live Demo

Explore the app in action: Docs.


Getting Started

Follow these steps to clone and run the project locally on your machine.

Prerequisites

Ensure you have the following installed:

Installation

  1. Clone the repository:

    git clone https://github.com/ashbhati26/Docs.git
  2. Navigate to the project directory:

    cd Docs
  3. Install dependencies:

    npm install

Running the App

  1. Start the development server:

    npm run dev