Web application for managing contacts, built with React.js, React Hooks, Axios, Tailwind.css, and Mockapi.io.
To get started with the application, you'll need to clone the repository and install the dependencies.
git clone https://github.com/tyommmm/Contact-Manager.git
npm install
Once the dependencies are installed, you can start the development server with the following command:
npm start
This will start the development server and open the application in your browser.
To build the application for production, you can use the following command:
npm run build
This will create a production-ready build of the application in the build directory.
Author Artyom Hovsepyan - @tyommmm
This project is licensed under the MIT License - see the LICENSE.md file for details.