Dev Hub is a coolest hub for all developers to get any kind of libraries & packages. And it's very easy and fast way to get them all in one place. We will include more libraries for each section & update soon. Also we are working on some cool code snippets that are used daily on live projects.
Libraries for CSS, JS, ICON, IMAGES, ANDROID, ML, API etc.
Note: Next Js
version coming soon with more features, under development.
All Tech Stacks that are using in this project:
- HTML5
- CSS3
- Javascript | Jquery
- SVG
Other tools you need know:
- Figma
- Illustrator
Here it seems that the main moto is to make the frontend awesome.
├── client/
├── assets/ Other Resources Files
├── css/
├── components/ Css Component Files (header, footer, settings, loader)
├── libraries/ Css External Library Files
├── pages/ Css Main Site Page's Files
├── scss/ Sass Files
├── data/ Page Data Mapping Files [*.data.js]
├── fonts/ External Fonts
├── img/ All Images Files
├── js/
├── components/ Js Component Files (secure, responsive)
├── libraries/ Js External Library Files
├── src/ All Site Pages (css, js, img, icon)
├── index.html Main Home Page
├── (Other Pages) Extra Pages (404, new)
- Try to maintain the file format & folder structure.
- Try to maintain proper file names.
- Don't use capital or spaces for files names instead use
_
or-
.
Please follow these simple steps to start working:
- If you want to work on issue then comment, then if you get assigned.
- Fork this Repo and clone your forked copy of the project.
- Navigate to your project directory and open it in your code editor.
- Always take a pull from the upstream repository to your main branch to keep it at par with the main project (updated repository).
- Create a new branch and name it as according to the issue.
- Start making your changes & after making changes.
- Open a Pull Request with a name of the issue and describe about your changes with reasons.
Once your PR got merged, do not forget to add your name in CONTRIBUTING
file. Further instructions are mentioned there.
See the open issues for a full list of proposed features (and known issues).
- Documentation at some places.
- Addition of Some Cool Styles.
- Addition of More Useful Libraries.
- Give Chance to user to add their Library.
- More Features for More Interactivity in Site.
- Developing in
Next Js
with more features.