Neet provides ready to use templates for Data Structures and Algorithms.
Neet is an open-source MIT-licensed browser extension that aims provide high-quality coding templates in various programming languages.
- Quick Search & Copy Template
- Customize Templates
- Persistent storage
- Automatically updates the template defination (online)
To install Neet as a browser extension by loading it manually, please follow the steps below:
-
Download the Neet extension zip from the releases page.
-
Unzip the downloaded file to a convenient location on your computer.
-
Open Browser and go to the extensions management page by navigating to
chrome://extensions
oredge://extensions
oropera://extensions
orbrave://extensions
orvivaldi://extensions
in the address bar according to your browser. -
Enable the "Developer mode" by toggling the switch in the top-right corner of the page.
-
Click on the "Load unpacked" button & Select the unzip file.
Enjoy!
To build the Neet project, please follow these steps:
- Open a terminal or command prompt.
- Navigate to the project directory:
cd neet
- Run the build command:
yarn run build
- After the build process is complete, all source files will be outputted to the
dist
folder.
- Add common algorithms and data structures along with tests
- Support user customization of templates
- Inject templates into web pages
You can contribute to Neet by creating a pull request on GitHub. Please make sure that your pull request adheres to the following guidelines:
- New Template should be added in the
public/templates
folder with proper test cases. - Code should be properly formatted using Prettier.
Neet is licensed under the MIT License.