Table of Contents
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.
- React.
- Chakra UI.
https://bemporad-astromatch.vercel.app/
- Clone the repo
git clone https://github.com/a-bemporad/astromatch.git
- Install dependencies
or
npm install
yarn install
- Start the project
or
npm start
yarn start