# Project Title
Skilline App
-
Clone the repository:
git clone https://github.com/haroonfayyaz/skilline-app.git
-
Navigate to the project directory:
cd skilline-app
-
Install dependencies:
npm install
-
Run the development server:
npm start
This will start the development server, and you can view your React app at
http://localhost:3000
in your browser.
Briefly describe the structure of your project's folders and files.
If you'd like to contribute to this project, follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/new-feature
. - Make your changes and commit:
git commit -m 'Add new feature'
. - Push to the branch:
git push origin feature/new-feature
. - Submit a pull request.