/astromatch

Projeto desenvolvido no curso da Labenu.

Primary LanguageJavaScript

Table of Contents
  1. About The Project
  2. Built With
  3. Deployed at
  4. Getting Started
  5. Installation

About The Project

AstroMatch was made as a training project, during my Full-Stack Web Development course. It is a very simple tinder-inspired app, the objective was to train the basic use of APIs to obtain, update and render informations.

Built With

  • React.
  • Chakra UI.

Deployed at

https://bemporad-astromatch.vercel.app/

Installation

  1. Clone the repo
    git clone https://github.com/a-bemporad/astromatch.git
  2. Install dependencies
    npm install
    or
    yarn install
  3. Start the project
    npm start
    or
    yarn start