Skip to content

Open-source project. Hacktoberfest2022, Diversion2k23

License

Notifications You must be signed in to change notification settings

andrey100f/power-the-web

 
 

Repository files navigation

Open-source Project💯✅

PowerTheWeb Cover

PowerTheWeb is an open-source project to help web developers make their road easy to become a successful web developer

PowerTheWeb - Empowering the web, one project at a time. | Product Hunt

Don't Forget to JOIN OUR COMMUNITY

Join our community and ask anything. If you run into a problem please let us know. DISCORD - JOIN

STAR THE REPO

How to Contribute to this repository

  1. Fork the repository first (Click the Fork button in the top right of this page, click your Profile Image)
  2. Clone the forked repository to your local machine.
git clone https://github.com/your-username/devvsakib/power-the-web.git
  1. change the present working directory
cd power-the-web
  1. Open CMD in your current directory and install npm packages using command.
npm install
  1. Run the project.
npm run dev
  1. Make changes in the project. Add, Commit and Push the project using following commands:

Create a Branch

git checkout -b <name of the branch>
  • Make the changes

Add all files

git add . 

Commit the changes

git commit -m "Write Your commit Message" 

Push the branch

git push 

OR

git push origin branch-name

Make Pull Request from Github Repository ** Star the repository. **

Adding Projects

If you want to add your project in repository, you are welcome. Please add your project in "PROJECTS" folder and make sure to name your folder as your project.
Ex:
we have a react projects in "PROJECTS" folder
and we named it "clone-tesla"

So, people will know what project it is. Make sure you added your github name and link as comment in your file. Last thing to do is, put your name. github link, email in CONTRIBUTORS.md file

NOTE

  • Make Sure you commit your changes in a new branch.
  • Make Sure you Give proper name to your files describing the addition.
  • Also Make Sure you comment your code wherever necessary.

REPO STATUS

GitHub Issues Open GitHub PR Open GitHub PR closed GitHub language count

Size: 130.00 MiB


Event Occured

  1. Hacktoberfest 2022 ✅
  2. Diversion 2023 ✅


Thanks to all the contributors ❤️

Add your details in contributions.json file

Show some ❤️ by starring this awesome repository!

LinkedIn Page -> Visit🧩

About

Open-source project. Hacktoberfest2022, Diversion2k23

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.8%
  • TypeScript 7.6%
  • HTML 4.7%
  • CSS 4.1%
  • SCSS 2.5%
  • Svelte 0.2%
  • Other 0.1%