Skip to content

Task management website created using Node and React

Notifications You must be signed in to change notification settings

mateusflorez/gamify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

👾 Gamify - Task management

Status: Complete ✔️

Screenshot 2023-06-19 172000 Screenshot 2023-06-19 172130 Screenshot 2023-06-19 172149

Functionalities:

  • Tasks management
  • Frequency of tasks (Daily, weekly...)
  • User sign up and login
  • Profile customization with picture
  • Shop and inventory
  • Internationalization

Instalation instructions:

This project is configured to run in the Docker environment, if you prefer to run without Docker, it's necessary to configure the database manually.

  1. Clone the project;
  2. Intall Node and React dependencies;
  3. On server directory:
    • Run docker-compose up --build
    • Run npm run dev
  4. On web directory:
    • Run npm start
  5. Access the system using the following URL: http://localhost:5173/
    • server: http://localhost:3333