Frontend apllication for SLIIT 2nd year 2nd semeter IT Projetct
Read further to know how you can start contributing to this project.
- Fork the repo on Github .
- Clone the project to your own machine.
git clone https://github.com/<YOUR_USERNAME>/ITP-FronEnd.git
- Create a branch using the git checkout command.
git checkout -b <your-new-branch-name>
- Stage your changes and commit with a meaningful commit message.
git add .
git commit -m "<initial commit>"
- Push your work back up to your fork.
git push origin <add-your-branch-name>
- Submit a pull request so that we can review your changes. Learn about creating pull request.
React -Offical Documentation
React Router Dom -Offical Documentation
Tailwind CSS -Offical Documentation
Ant Design -Offical Documentation
Material UI -Offical Documentation