An animated documentation app built using React.js and Framer Motion. This project provides a smooth and interactive way to display documentation with engaging animations.
Check out the live version here: Docs Mini App
- 📜 Beautiful UI for displaying documentation.
- 🎨 Framer Motion Animations for a smooth user experience.
- ⚡ Fast and Responsive design.
- 🔧 Easy to Customize and Extend.
- Node.js (>= 14.x)
- npm or yarn
git clone https://github.com/ExploitEngineer/Docs_Mini_App.git
cd Docs_Mini_Appnpm install # or yarn installnpm start # or yarn startThe app will be available at http://localhost:3000/.
- Browse through the documentation sections.
- Experience smooth animations with Framer Motion.
- Modify the components inside the
src/components/directory to customize the content.
- React.js – For building the UI.
- Framer Motion – For animations.
- Tailwind CSS – For styling.
Want to improve the project? Follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-name). - Commit your changes (
git commit -m 'Add a new feature'). - Push to your fork (
git push origin feature-name). - Create a pull request.
This project is licensed under the MIT License.
🚀 Feel free to contribute and enhance this project!