NextJot is a streamlined and user-friendly text editor designed to simplify document management. Whether you’re writing notes, drafting reports, or editing text, NextJot offers a responsive interface across all devices, making document creation and management effortless.
Read our blog article about the project: Project Blog
Connect with the team on LinkedIn:
To install and run NextJot locally, follow these steps:
- Clone the repository:
git clone https://github.com/username/nextjot.git
- Navigate to the project directory:
cd nextjot
- Install dependencies:
npm install
- Start the development server:
The app will be available at
npm run dev
http://localhost:5173
.
After installing the project, you can start using it by:
- Creating new documents via the dashboard.
- Searching and managing your existing documents.
- Editing your documents in the editor page.
- Responsive Design: Works seamlessly on desktop and mobile devices.
- User-Friendly Interface: Intuitive navigation and document management.
Screenshot:
We welcome contributions! To contribute:
- Fork the repository.
- Create a new feature branch (
git checkout -b feature-branch
). - Commit your changes (
git commit -m "Add new feature"
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
If you found NextJot useful, you might also like these projects:
This project is licensed under the MIT License. See the LICENSE file for more details.
nexjot-dashboard/
├── node_modules/ # Dependencies ├── public/ # Static files │ ├── favicon.ico │ └── index.html │ └── images
├── src/ # Source files │ ├── assets/ # Images, icons, and other assets │ ├── components/ # Reusable components │ ├── pages/ # Pages and main views │ ├── App.jsx # Main app component │ ├── main.jsx # Entry point for React │ └── index.css # Global styles ├── .gitignore # Git ignore rules ├── package.json # Project metadata and scripts └── README.md # Project documentation
Feel free to reach out with any questions or suggestions!