❯by TheDarkArtist
The TDA-DOCS-APP is a modern, web-based document editing platform. Built using Next.js and leveraging the lightweight package manager Bun, this app offers an intuitive interface for creating, editing, and managing documents in a collaborative manner. It supports real-time updates and allows users to work in a seamless, browser-based environment.
With the ability to format text, add images, and perform document operations, this app brings a professional tool for document management with a fast and responsive user interface.
- Real-time collaborative document editing
- Fully responsive design optimized for all devices
- Intuitive toolbar for text formatting and inserting content
- Fast and lightweight architecture with Bun package manager
Ensure that your environment meets the following prerequisites:
- Programming Language: TypeScript
- Package Manager: Bun
To set up the tda-docs-app
, follow these steps:
-
Clone the repository:
❯ git clone https://github.com/TheDarkArtist/tda-docs-app/
-
Navigate into the project directory:
❯ cd tda-docs-app
-
Install dependencies using
bun
:❯ bun install
-
Run the development server:
❯ bun run dev
Visit: http://localhost:3000 in your browser to use the app
Live app url: https://tda-docs-app.vercel.app
- 💬 Join the Discussions: Share insights, ask questions, and provide feedback.
- 🐛 Report Issues: Submit bugs or log feature requests.
- 💡 Submit Pull Requests: Review open PRs, and submit your own.
Contributing Guidelines
- Fork the Repository: Fork the project to your GitHub account.
- Clone Locally: Clone your fork:
git clone https://github.com/TheDarkArtist/tda-docs-app/
- Create a New Branch: Work on a new branch with a descriptive name:
git checkout -b new-feature-x
- Develop: Implement and test your changes.
- Commit Changes: Write clear commit messages.
git commit -m 'Implemented new feature x.'
- Push: Push the branch to your repository.
git push origin new-feature-x
- Submit PR: Create a PR with a clear explanation of your changes.
- Review: Once your PR is reviewed and approved, it will be merged.
This app mimics the key functionality of Google Docs, with a clean and simple document editor that's built for modern web standards.