Skip to content

Latest commit

History

History
187 lines (136 loc) 路 13.4 KB

README.md

File metadata and controls

187 lines (136 loc) 路 13.4 KB

Poll It Up ~ A community polling app with unlimited potential

image

Contributions Accepted under GSSoC '23

Contributors

License: MIT

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. Install dependencies

npm install --legacy-peer-deps

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

8. Start the development server

npm start

9. Create a new branch.

git checkout -b <your_branch_name>

10. Perform your desired changes to the code base.

11. Track your changes:heavy_check_mark: .

git add . 

12. Commit your changes .

git commit -m "Relevant message"

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

git push -u origin <your_branch_name>

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

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

16. Click on Create Pull Request.

17 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

agamjotsingh18
agamjotsingh18

馃摉
Arnabdaz
Arnabdaz

馃摉
actions-user
actions-user

馃摉
AmoghCreator
AmoghCreator

馃摉
dakshgupta2002
dakshgupta2002

馃摉
ayush25102001
ayush25102001

馃摉
Bhavil-Ahuja
Bhavil-Ahuja

馃摉
mkswagger
mkswagger

馃摉
coder-mohit
coder-mohit

馃摉
boradesanket13
boradesanket13

馃摉
aceta-minophen
aceta-minophen

馃摉
jyotivakare33
jyotivakare33

馃摉
PrajwalDhule
PrajwalDhule

馃摉
ajeetdangi2
ajeetdangi2

馃摉
Akanksha-Sen
Akanksha-Sen

馃摉
rsinghcodes
rsinghcodes

馃摉
Shubham29012001
Shubham29012001

馃摉
Thrillseekr
Thrillseekr

馃摉
debsouryadatta
debsouryadatta

馃摉
ronitblenz
ronitblenz

馃摉
yeshwanth235
yeshwanth235

馃摉
yogesh0509
yogesh0509

馃摉

Contact:

聽聽聽聽 聽聽聽聽 聽聽聽聽

Back to top