Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 553 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 553 Bytes

📞 Phonebook

A Google Contacts inspired phonebook.

Getting Started

Live Example

https://phonebook-pi.vercel.app/

Development

After cloning, you'll need to install the dependencies:

$ cd phonebook
$ yarn

Then, start the development server on port 3000:

$ yarn dev

Built With

  • React - Javacript library for building user interfaces.
  • TailwindCSS - Utility first CSS framework.
  • MobX - Javascript state management library.