Skip to content

agamjotsingh18/pollitup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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