Leveraging modern web technologies such as React, TypeScript, and Tailwind CSS, we aim to deliver a visually appealing and efficient platform for managing social media accounts.
To run the project locally, follow these steps:
- Clone the repository:
git clone
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and visit
http://localhost:3000
to view the application.
We welcome contributions from the community to help improve our front-end project. If you'd like to contribute, please follow these steps:
- Fork the repository on GitHub.
- Create a new branch with a descriptive name:
git checkout -b feature/new-feature
. - Make your changes and commit them with descriptive messages:
git commit -am 'Add new feature'
. - Push your changes to your fork:
git push origin feature/new-feature
. - Submit a pull request to the
main
branch of the original repository.
This project is licensed under the MIT License.