Dashboard of Social Cards
React Practice
For this one, I added in the following concepts:
- Props
- Git Submodules - Just an introduction - I got into this because as soon as I did git push, the folder in my remote became a different one with an arrow inside it, and I couldn't click on it. The reason which I got to understand later was that git started treating this folder as a submodule. To avoid this and get all my work pushed here, I took the help of [SO](https://stackoverflow.com/questions/62056294/github-folders-have-a-white-arrow-on-them). The right way to do this for a folder already in the remote was to `git rm --cached folder-name`. And then add the work. But if the work is not already a part of remote, simply remove the .git folder from inside the folder and you're good to go.
Update
This was the second app that I built when restarting my learning phase. I made this from scratch but luckily the concept was same.
For this app, I used a couple of `useState` variables.
DeploymentDesign