Skip to content

Litti8/MVP-like-Jira-Trello

Repository files navigation

Task Manager! (Castellano debajo)

An intuitive task manager,
so you won't forget anything and keep all your activities up to date.
You can add, modify, or delete a task.

It has some features for future development,
which will be gradually added to make it more functional.

The database is prepared for this.

Demo: Click here to see the demo

Installation.

Instructions to install the project.

# Clone the repository
git clone https://github.com/Litti8/MVP-like-Jira-Trello.git

# Navigate to the project folder
cd repository-name

# Install dependencies
npm install

Set up the environment variables in the .env file by setting your database URL as specified in the following example:

DATABASE_URL="your-database-url-goes-here"

In this case, PostgreSQL was used as the provider.

Then run the following command to start the project:

npm run dev

Technologies used:

  • Remix
  • React
  • Tailwind CSS
  • Typescript
  • Node.JS
  • Prisma
  • Liberia: React-beautiful-dnd

Author

Lisandro Piatti.


Gestor de Tareas!

Un intuitivo gestor de tareas, para no olvidar nada y tener al dia todas tus actividades. Puedes agregar, modificar o eliminar una tarea.

Tiene algunas funciones para un desarrollo posterior, que se iran agregando de a poco para hacerlo mas funcional.

La base de datos esta preparada para ello.

Instalacion.

Intrucciones para instalar el proyecto.

# Clona el repositorio
git clone https://github.com/Litti8/MVP-like-Jira-Trello.git

# Navega a la carpeta del proyecto
cd nombre-del-repositorio

# Instala las dependencias
npm install

Configura las variables de entorno en el archivo .env poniendo la direccion de tu base de datos como se especifica en el siguiente ejemplo:

DATABASE_URL="aqui debe ir la direccion de tu base de datos"

en este caso se ha utilizado PostgreSQL como proveedor.

Luego ejecuta el siguiente comando para levantar el proyecto:

Demo: Click aqui para ver Video

npm run dev

Tecnologias utilizadas:

  • Remix
  • React
  • Tailwind CSS
  • Typescript
  • Node.JS
  • Prisma
  • Liberia: React-beautiful-dnd

Autor

Lisandro Piatti.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published