Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arturocrisanto/exam
https://github.com/arturocrisanto/exam
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arturocrisanto/exam
- Owner: arturoCrisanto
- Created: 2024-05-01T02:05:00.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-05-01T02:17:59.000Z (7 months ago)
- Last Synced: 2024-10-12T03:10:32.428Z (about 1 month ago)
- Language: JavaScript
- Size: 179 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LNU Programming Exam: Simple CRUD Inventory System for CMT
This project is a straightforward CRUD inventory system developed using React, with data stored solely in the component's state.
## Installation
To clone this project, use the following command:
```javascript
git clone https://github.com/arturoCrisanto/exam.git
```## After cloning, install the dependencies:
```bash
npm i
```## Usage
To run the project, execute the following command in the terminal:
```bash
npm start
```Now you're all set to explore and utilize the inventory system!