Manage your contacts with PhoneBook. This is a simple NodeJS + ReactJS app to manage your contacts. List, search, add and edit your contacts in a user friendly interface.
Feel free to clone this repo
$ git clone [email protected]:baptistefkt/phonebook.git
$ cd phonebook
$ npm install
Follow the instructions and install MongoDB on your machine.
Once done, launch MongoDB server with $ mongod
command.
If MongoDB has started successfully, you should see the following line in your terminal:
$ [initandlisten] waiting for connections on port 27017
$ node server
$ cd client
$ npm install
$ npm start
Head to "http://localhost:3000/" and try to add a new entry.
🚀🚀🚀
- NodeJS, Express, Mongoose, Joi, body-parser, CORS.
- ReactJS, react-router, styled-components, axios.
- This app was developed and designed by me (no CSS framework)
- Icons : fontawesome
PhoneBook is MIT licensed.