Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arturocrisanto/exam


https://github.com/arturocrisanto/exam

Last synced: 7 days ago
JSON representation

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!