Skip to content

gitirana/GoInk-web

Repository files navigation

goink

GoInk Frontend

The frontend with ReactJS of GoInk App that use the API developed in this repository.

This application was developed in order to facilitate the scheduling of tattoo sessions.

Pages

SignIn

  • User must be able to authenticate using email and password.

SignUp

  • User must be able to sign up with name, email and password.

Dashboard

  • The user must be able to see the appointments already made and schedule a new one.

    🚧 In progress... 🚧

Profile

  • User must be able to edit your personal data.

    🚧 In progress... 🚧

How to Setup

Prerequisites

The project can be built with npm or yarn, so choose one of the approach bellow in case you don't have any installed on your system.

  • Npm is distributed with Node.js which means that when you download Node.js, you automatically get npm installed on your computer. Download Node.js

  • Yarn is a package manager built by Facebook Team and seems to be faster than npm in general. Download Yarn

Installing

To download the project follow the instructions bellow:

Download, install dependencies and start the API server

  1. git clone https://github.com/gitirana/GoInk-backend.git
  2. cd GoInk-backend
  3. yarn install
  4. yarn dev:server

Then download, install dependencies and run the project:

  1. git clone https://github.com/gitirana/GoInk-web.git
  2. cd GoInk-web
  3. yarn install
  4. yarn start 🥳

The application still is in development 🚧. Soon this file will be updated with the deploy of the app and new features

Author


Thayná Luiza Gitirana

Made with ❤️ by Thayná Luiza Gitirana

Linkedin Badge Gmail Badge

About

A web application to facilitate the scheduling of tattoo sessions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors