ToolBox is an open-source Next.js full-stack application designed to serve as a comprehensive database of the most useful tools available on the internet. Whether you're a developer, designer, marketer, or just someone looking for handy online resources, ToolBox is here to help you discover and share the best tools.
-
Tool Discovery: Easily find a wide range of tools for various purposes, from development and design to productivity and more.
-
User Profiles: Create your own profile and share your favorite tools with the community.
-
Tagging System: Categorize tools with tags for easy searching and filtering.
-
Search Functionality: Quickly locate tools by name, tag, or the username of the contributor.
-
User Interaction: Visit other users' profile
-
[Version 0.0.2] - [30/09/2023]:
- add multiple tags feature
- delete tags in edit form
- update tags correctly
- display free or pay tier
- implement Search
- search by tool name
- search by tag
- search by username
- implement click on tags
- bug fix
-
[Version 0.0.1] - [28/09/2023]: hello world
Follow these steps to get started with ToolBox:
- Clone this repository to your local machine:
git clone https://github.com/sofiabaezzato/toolbox-app.git
- Navigate to the project directory:
cd toolbox-app
- Install the project dependencies:
npm ci # or yarn install --frozen-lockfile
- Start the application locally:
npm run dev # or yarn dev
- Open your web browser and visit http://localhost:3000 to access ToolBox.
We welcome contributions from the open-source community. If you'd like to help improve ToolBox, please follow our contribution guidelines:
-
Report any bugs or issues you encounter by creating a GitHub issue.
-
Suggest new features and improvements by submitting a feature request.
-
Contribute code by forking the repository and opening a pull request.
ToolBox is distributed under the MIT License. Feel free to use, modify, and share this application according to the terms of the license.
I hope you enjoy using ToolBox.