- A multi-functional and comprehensive admin dashboard for UOWAC staff to manage data for the UOW Sculptures mobile app. The app was built using Next.js (SSR React), Ant Design and styled-components for frontend; Typescript Node.js, PostgreSQL, Auth0 (authentication) and AWS S3 (cloud storage) for backend.
- Checkout the mobile app here (built using React Native and Redux).
- Checkout the Marketing website here.
Download Node.js and npm here: https://nodejs.org/en/
npm install
npm run dev
- Go to http://localhost:3000 to see your app.
npm run build
and npm run start
to run the production version after build.
Note: Please use this credential to login:
- Email: uowac-admin@gmail.com
- Password: uowsculptures
- Next.js - Universal/Isomorphic React Framework with blazing-fast load time
- Ant Design - An enterprise-class UI design language and React UI library
- styled-components - Write CSS-in-JS, removes the mapping between components and styles
- react-map-gl - React friendly API wrapper around Mapbox (map component)
- Auth0 SPA SDK - Auth0 SDK for Single Page Applications (authentication)
- Hieu Chu
- Long Hung Nguyen
- Hoang Nam Bui
Distributed under the MIT License. See LICENSE for more information.