Skip to content

React application with interfaces for add, delete and search data sort by pet name, owner name, date and ascending or descending order.

License

Notifications You must be signed in to change notification settings

full-stack-web-developer-and-designer/react-interfaces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-interfaces

This repository contain react application with interfaces.

Prerequisites

You must have node and git install. After it, for doing everything properly you need to create react app. following these instructions. Also there is instructions how to install tailwind css. After it you can download or clone this my repository and copy these files into your project directory.

So, in the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

How do you know if everything working properly?

If everything working properly you will see react application for add, search and delete appointments. Also with JavaScript function you have option for sort it by owner name, pet name, date, ascending or descending order. Regarding to your search you will see all appointments with react icon of the trash on the left. If you click on it this appointment will be deleted. However, if you want to add some appointment, bellow title for your appointments you have title Add appointment. If you click on it, it will be open form for insert data for owner name, pet name, apt. date, apt. time and appointment notes. After click on the submit button, this appointment will be present in appointment list.

About

React application with interfaces for add, delete and search data sort by pet name, owner name, date and ascending or descending order.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published