Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/s-rb/user-management-app


https://github.com/s-rb/user-management-app

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

### Basic React user management app

Add users to user list
You can set name and age for users
There is age validation

To run application locally:
- run in terminal `npm install`
- run in terminal `nmp run start`
- open `localhost:3000` in your browser
- use it

To build application:
- run in terminal `npm run build`
- you'll have your build in `build` directory
- open `index.html` in your browser