Skip to content

ideftbuild/nexjot_frontend

Repository files navigation

NextJot

Introduction

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:

Installation

To install and run NextJot locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/username/nextjot.git
  2. Navigate to the project directory:
    cd nextjot
  3. Install dependencies:
    npm install
  4. Start the development server:
    npm run dev
    The app will be available at http://localhost:5173.

Usage

After installing the project, you can start using it by:

  1. Creating new documents via the dashboard.
  2. Searching and managing your existing documents.
  3. Editing your documents in the editor page.
  4. Responsive Design: Works seamlessly on desktop and mobile devices.
  5. User-Friendly Interface: Intuitive navigation and document management.

Screenshot:


Contributing

We welcome contributions! To contribute:

  1. Fork the repository.
  2. Create a new feature branch (git checkout -b feature-branch).
  3. Commit your changes (git commit -m "Add new feature").
  4. Push to the branch (git push origin feature-branch).
  5. Open a pull request.

Related Projects

If you found NextJot useful, you might also like these projects:

Licensing

This project is licensed under the MIT License. See the LICENSE file for more details.

Folder Structure

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!

About

Real-Time Collaborative Editing Tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •