https://github.com/radhakishan404/crib-react
This is a simple CRUD operation of property.
https://github.com/radhakishan404/crib-react
Last synced: about 2 months ago
JSON representation
This is a simple CRUD operation of property.
- Host: GitHub
- URL: https://github.com/radhakishan404/crib-react
- Owner: radhakishan404
- Created: 2022-11-04T10:43:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-04T11:00:18.000Z (over 2 years ago)
- Last Synced: 2025-02-12T09:53:13.504Z (3 months ago)
- Language: JavaScript
- Size: 319 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crib / Property Management System
- This application is an Property Management System which allows users to create cribs, check the list of available cribs, update the existing cribs and remove the cribs.
- Its build in React js and redux to store the data in Redux-state.
- The API Repository is provided in following link: https://github.com/radhakishan404/crib-api.git# How to setup React Repository
- You require these tools installed beforehand:
- NodeJS https://nodejs.org/en/download/- Clone the repo:
- https://github.com/radhakishan404/crib-react.git- To start the application, run these commands:
- `npm install`: to install all the package in your project
- `npm start`: to start the application
- After that your application will start at : `localhost:3000`.- This project have following features to test.
- List of cribs
- Creation of cribs
- Updation of cribs
- Deletion of cribs