Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Store all tools and categories in global objects #117

Merged
merged 5 commits into from
Oct 20, 2020

Conversation

negarjf
Copy link
Contributor

@negarjf negarjf commented Oct 17, 2020

Title

Store all tools and categories in global objects

Related to Issue #114

Number of files/folder added

1 folders and 2 files

- assets [folder]
-- config [folder]
--- categories.js
--- tools.js

Changes made

  • Store all categories in categories.js in a global object named: UTILITY_CATEGORIES. Each category has a title and an icon
  • Store all tools in tools.js in a global object named: UTILITY_TOOLS . Tools are grouped by category. Each tool object has a title, a description, and a URL.
  • Both js files have been added to the index.html
  • Update README and CONTRIBUTING files

I have:

  • Read contributing.md
  • Followed all the guidelines
  • Linked my tool to the index.html file
  • updated readme.md

Sorry, something went wrong.

@shubham2704 shubham2704 merged commit 58fc44d into codeezzi:main Oct 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants