- /animations contains css and js animations
- /components contain css designs
- /vanilla-js stuff contains javascript based stuff
- /explorations may contain any interesting stuff related to css/js
- /url-shortening-app, /social-media-dashboard are challenges by frontendmentor.io
Pull requests are welcome. Please open an issue first to discuss what you would like to add.
-
Fork this repoository. (https://github.com/Satyam1203/frontend/fork)
-
Make your changes.
-
Format the code, so everything is properly arranged. (Use Prettier)
-
Create your branch.
git checkout -b feature/<BRANCH_NAME>
-
Add and Commit your changes.
git commit -am 'Adding a new feature'
-
Push to your branch.
git push origin feature/<BRANCH_NAME>
-
Create a new Pull Request