Contactor is a modern React-based web application designed to manage contacts. Built with a microservices architecture, it ensures scalability and maintainability. The application is dockerized, ensuring smooth deployment. With Tailwind CSS, the UI is clean, responsive, and highly customizable.
Clone the repository:
git clone https://github.com/mirtiza09/React-Contacts-App.git
Navigate to the project directory:
cd React-Contacts-App
If using Docker, build and run the application:
docker-compose up --build
If not using Docker, navigate to the frontend directory and install dependencies:
cd frontend
npm install
Then, start the application:
npm start
Feel free to fork this repository, create a feature branch, and submit a pull request. All contributions are welcome!
This project is licensed under the MIT License. See the LICENSE
file for more details.