Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jenslys/artcommission
- Owner: jenslys
- Created: 2023-02-15T00:00:52.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-24T12:09:33.000Z (10 months ago)
- Last Synced: 2024-04-30T22:38:51.076Z (8 months ago)
- Topics: firebase, javascript, mui, reactjs
- Language: JavaScript
- Homepage: https://studio.artbymuland.no
- Size: 851 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### 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## 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
```