Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jenslys/artcommission

Art commission management system in react
https://github.com/jenslys/artcommission

firebase javascript mui reactjs

Last synced: 3 days ago
JSON representation

Art commission management system in react

Awesome Lists containing this project

README

        



ArtByMuland Logo

#### Group project for the course **Application Development for web** (APP2000) at the University of South-Eastern Norway (USN)

Features:

- Authentication with Firebase
- Protected routes
- CRUD operations with requests to Firebase
- Requests
- Orders
- Archive
- Responsive design
- Customized for mobile, tablet and desktop
- Automated email notifications with EmailJS
- Form validation
- Continuous deployment with Vercel

“Screenshot”

## Setup

Clone project

```shell
git clone https://github.com/jenslys/artcommission.git
```

CD into project

```shell
cd artcommission
```

Install dependencies

```shell
npm install
```

Copy `.env.example` to `.env`

```shell
cp env.example .env
```

Start local environment

```shell
npm start
```