Skip to content

PIQON/PIQTasks

Repository files navigation

PIQ Tasks

Log in and create tasks you don't want to forget!

View a project demo

My Image My Image

Table of Contents
  1. About The Project
  2. Getting Started

About The Project

You have the option to log in and register taking into account the user's private tasks. We allow you to edit, add, delete tasks. In addition, you have the option to change the color theme.

(back to top)

Built With

Technologies used:

  • TypeScript
  • React
  • React Hook Form
  • React Query
  • React Router
  • Firebase
  • Jest
  • SASS
  • Vite

(back to top)

Getting Started

ENVIRONMENT VARIABLES

You need to add environment variables supporting config firebase.

  VITE_FIREBASE_APIKEY - FIREBASE APIKEY
  VITE_FIREBASE_AUTHDOMAIN - FIREBASE AUTHDOMAIN
  VITE_FIREBASE_PROJECTID - FIREBASE PROJECTID
  VITE_FIREBASE_STORAGEBUCKET - FIREBASE STORAGEBUCKET
  VITE_FIREBASE_MESSAGINGSENDERID - FIREBASE MESSAGINGSENDERID
  VITE_FIREBASE_APPID - FIREBASE APPID
  VITE_FIREBASE_MEASUREMENTID - FIREBASE MEASUREMENTID

DEMO ACCOUNT

  email:[email protected]
  password:123456

RUN A PROJECT

  1. Run server
  npm run dev
  1. Run test
  npm run test

(back to top)