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_App
npm install # or yarn install
npm start # or yarn start
The 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.
Add screenshots or GIFs showcasing the app's UI and animations.
- 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!