Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hugoramonpereira/my-contacts
Application where you can add, edit, remove contacts, add categories and handle them in such an easy way.
https://github.com/hugoramonpereira/my-contacts
Last synced: 2 days ago
JSON representation
Application where you can add, edit, remove contacts, add categories and handle them in such an easy way.
- Host: GitHub
- URL: https://github.com/hugoramonpereira/my-contacts
- Owner: HugoRamonPereira
- Created: 2023-01-24T02:50:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-23T03:28:41.000Z (about 1 year ago)
- Last Synced: 2023-10-24T03:25:03.831Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://my-contacts-mbwf.vercel.app
- Size: 842 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Contacts
This is My Contacts Project - A big project that was built using [React.js](https://reactjs.org/) with [Node.js](https://nodejs.org/), [Javascript](https://www.ecma-international.org/), it also uses [Styled Components](https://styled-components.com/) to make this application look very crisp and solid, [Docker](https://www.docker.com/) to manage the containers of the application where the Databases, [Postgres](https://www.postgresql.org/) to store the data of our contacts.
This is a preview of the application
# Installation
After downloading you should install the missing packages and dependencies
using NPM:
```sh
npm install
```
using Yarn
```sh
yarn add
```
using PNPM:```sh
pnpm install
```
# Run the project in development environment
using NPM:
```sh
npm run dev
```
using Yarn
```sh
yarn dev
```
using PNPM
```sh
pnpm run dev
```# License
© Feito com muito ❤ por [Hugo Ramon Pereira](https://www.linkedin.com/in/hugo-ramon-pereira/) 🇧🇷