Coder Social home page Coder Social logo

mycontacts's Introduction

Rocketseat Education

MyContacts Project 💻

💻 MyContacts

Manage your contact list through the platform, where you can insert, update or remove a contact. You can also search and identify them by categories!

Learnings

  • Create form and validation manually;
  • Theme configuration with StyledComponents;
  • React Portals;
  • Custom hooks for httpclient, errors, others;
  • Colors;
  • Service layer;
  • Optimization of SVG;
  • Creation of Listeners events
  • Data Mappers
  • Implementation of Container/Presentational
  • Animations and Keyframes
  • Update React 18 and React Router V6
  • Instructions SQL in Back-end

Functionalities

  • List contacts
  • List details contact
  • Create new contact
  • Delete contact;

👨‍💻 Tecnologias

These were the technologies used in this project!


Backend:


Frontend:


Instalação

Rode os comandos abaixos para instalar a imagem do Postgres no Docker.

# Baixar a imagem
$ docker pull postgres

# Criar o container
$ docker run --name pg -e POSTGRES_USER=root -e POSTGRES_PASSWORD=root -p 5432:5432 -d postgres

# Caso não tenha iniciado automaticamente, rode:
$ docker start pg

# Para verificar se o container está rodando, rode:
$ docker ps

Após colocar o container para rodar, você precisará criar o Banco de Dados e as tabelas manualmente.

# Acesse o banco de dados
$ docker exec -it pg bash

# Entre no usuário que você criou, no caso, criamos o root
$ psql -U root

# Para criar o banco de dados, cole a instrução abaixo
$ CREATE DATABASE mycontacts;

# Acesse o banco recém criado
$ \c mycontacts

# Dentro do arquivo schema.sql, você encontrará o restante das instruções 
# para criar as tabelas necessárias da nossa aplicação

Install mycontacts with npm or yarn;

  git clone project;
  yarn or npm to install dependecies;
  cd folder mycontacts;
  yarn start;

Screenshots

Screen Recording 2023-08-24 at 18 00 44

Screen Recording 2023-08-24 at 18 00 44

mycontacts's People

Contributors

gjconsultoriati avatar gabriel-jesusvix avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.