mkswagger / pollitup

Live Website๐Ÿ‘‡

Home Page:https://pollitup.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Poll It Up ~ A community polling app with unlimited potential

image

Contributions Accepted under GSSoC '23

All Contributors

PRs Welcome GitHub pull requests GitHub issues

About The Project

  • Teachers, members of the government, and even concerned citizens can launch polls about problems they are facing to get opinions on the best method to approach the problem. Or, anyone can create polls just for fun!.
  • The community can pick and choose which polls are most important for them, this can allow the community to prioritize the most urgent polls that could potentially cause drastic reforms.
  • Easily find polls near you. You can answer polls related to problems that are arising in your community that can help better the environment, aid in the growth of local startups, allow you to share your ideas with your local government, and so much more!
  • Poll It Up is PWA optimized, so you can download it and run it as if it were a native app!

Before You Start

  • 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 -.

Getting Started

Please follow these simple steps to start working:

1. If you want to work on issue then comment. If you get assigned, Fork this repository.

2. Clone your forked copy of the project.

git clone https://github.com/agamjotsingh18/pollitup.git

3. Navigate to your project directory and open it in your code editor. ๐Ÿ“ .

cd pollitup

4. Add a reference(remote) to the original repository.

git remote add upstream https://github.com/agamjotsingh18/pollitup.git

5. Check the remotes for this repository.

git remote -v

6. Always take a pull from the upstream repository to your master branch to keep it at par with the main project(updated repository).

git pull upstream main

7. Create a new branch.

git checkout -b <your_branch_name>

8. Perform your desired changes to the code base.

9. Track your changes:heavy_check_mark: .

git add . 

10. Commit your changes .

git commit -m "Relevant message"

11. Push the committed changes in your feature branch to your remote repo.

git push -u origin <your_branch_name>

12. Open a Pull Request with a name of the issue and describe about your changes with reasons. To create a pull request, click on compare and pull requests. Please ensure you compare your feature branch to the desired branch of the repository you are supposed to make a PR to.

13. Add appropriate title and description to your pull request explaining your changes and efforts done.

14. Click on Create Pull Request.

15 Voila!
Whoohooo!

Add Your Name

Once your PR got merged, do not forget to add your name in CONTRIBUTING.md file. Further instructions are mentioned there.

Roadmap

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.

Contributors:

The Wonderful People Who Contributed Here


Agamjot Singh

๐Ÿ“–

Daksh Gupta

๐Ÿ“–

Ayush Kangane

๐Ÿ“–

Prajwal Dhule

๐Ÿ“–

Mohit Vijay

๐Ÿ“–

Sanket Borade

๐Ÿ“–

JYOTI VAKARE

๐Ÿ“–

Ronit Banerjee

๐Ÿ“–

Bablu yeshwanth

๐Ÿ“–

Shubham Maurya

๐Ÿ“–

Raghvendra Singh

๐Ÿ“–

Contact:

              

Back to top

About

Live Website๐Ÿ‘‡

https://pollitup.netlify.app/

License:MIT License


Languages

Language:JavaScript 91.4%Language:HTML 6.8%Language:CSS 1.8%