The project aims to provide developers with a centralized platform to access a wide range of frontend tools and resources, making their development process more efficient and productive.
Fork the project, Click on create new fork.
To clone the repository to your local machine, follow these steps:
Click on the โCodeโ button.
Open the terminal or command prompt on your computer.
Navigate to the directory where you want to clone the repository.
Type the command
git clone https://github.com/<your_github_username>/web-resources-project.git
(This will download the repository to your local machine).
cd web-resources-project
git remote add upstream https://github.com/<your_github_username>/web-resources-project.git
git remote -v
git checkout -b <YOUR_BRANCH_NAME>
How to Run the Project is given in the below part ๐๐ผ.
Perform your desired changes to the code base.
Check your changes.
git status
git diff
git add . <\files_that_you_made_changes>
git commit -m "relevant message"
git push -u origin <YOUR_BRANCH_NAME>
To create a Pull Request, click on compare and pull requests
.
Add an appropriate title and description to your PR explaining your changes.
Click on Create pull request
.
Congratulations๐, you have made a PR to the Web Resources Project. Wait for your submission to be accepted and your PR to be merged by a maintainer.
If you have any doubts please let us know in the comments.
pnpm install
(This command installs the project dependencies).pnpm run dev
(This command launches the project in your local browser or terminal).src/database
.{
"tag" : "css",
"title": "CodeWell",
"description": "Improve your HTML and CSS skills by practicing on real design templates.With Codewell, you can browse high quality Figma templates that you can use to sharpen your HTML and CSS skills.",
"link": "https://www.codewell.cc/",
"img": "https://user-images.githubusercontent.com/100681165/238244473-00725538-ef4d-4ece-8fd7-11e6b999b895.png"
},
The size of the image should be less than 300 Kb
public/Card Images
Note: The size of the image should be less than 300 KB.
We welcome contributions from the community! If youโre interested in contributing to this project, please read our Contributing Guidelines
for more information on how to get started.
Jay Gupta |
Debajit Mallick |
Varun Singh |
๐ If you find this project helpful or interesting, please consider giving it a star! ๐
Starring the repository helps to raise awareness and attract more users. It shows your appreciation for the project and provides motivation for further development and improvements. Itโs a simple way to show support!
To star this repository, simply click on the Star button at the top-right corner of the page. Thank you for your support! ๐
MIT License. This project is licensed under the MIT License.