Diego-18 / pets

This is an application to manage pets. It allows to create, delete and edit pets, besides being able to define them with categories and tags for better filtering.

Home Page:https://pets-demo.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pets

This is an application to manage pets.

It allows to create, delete and edit pets, besides being able to define them with categories and tags for better filtering.

It also allows filtering by their status: available, pending and sold (in case they are needed).

Install

1 - The repository is downloaded.

3 - The following command is executed:

npm install

command to install the dependencies.

Dev Mode

To start the project, the following command is executed

npm run dev

To access the data we place the following addresses in our browser with direction http://localhost:3000.

Compiled

To compile the project, the following command is executed

npm run build

And use the files in the dist folder.

Preview

To visualize the project we only have to execute the following command:

npm run preview

DEMO

Enter the project demo here.

Technologies used

Bootstrap React VITE

Browsers support

Firefox Google Chrome Safari Opera

About

This is an application to manage pets. It allows to create, delete and edit pets, besides being able to define them with categories and tags for better filtering.

https://pets-demo.netlify.app


Languages

Language:JavaScript 95.4%Language:CSS 2.8%Language:HTML 1.8%