A website for seeing your public information of Codeforces ID and your rankings in different contest in which you have participated in graph and chart format.
- See you
ranking of different contest
in graph Compare your ranking
with some other users- See the public info of your CF ID.
- See the
graph of how your ratings
have increased or decreased in all the contests which you have participated.
If you have some more ideas for the project then feel free to open an issue for that
We would request you to cooperate with our maintainers and comply with the revisions they request and maintain the code of conduct while working on this project.
Make sure you are assigned to the issue before working on it.
-
Fork
this repository. -
Fire up your
terminal or Git Bash.
-
Navigate to the folder/directory where you want to download the project.
cd DIRECTORY_PATH
- Clone the forked repository to your local system.
git clone https://github.com/<your-github-username>/
codeVisualForces
- Navigate to the project directory.
cd CodeVisualForces
- Create a new branch.
git checkout -b <your-branch-name>
- Make changes in source code.
- Commit your changes.
git commit -am 'your commit message'
- Push your local branch to the remote repository.
git push origin <your-branch-name>
- Create a Pull Request!
-
Finally, go to your repository in browser and click on
compare and pull request
. Then add a title and description to your pull request that explains your precious effort. -
click on
Compare and Pull Request
Congratulations! 💥 Sit and relax, you've made your contribution to the project. 😄😄