https://github.com/neomaxzero/m-arte
My Arte
https://github.com/neomaxzero/m-arte
Last synced: 12 months ago
JSON representation
My Arte
- Host: GitHub
- URL: https://github.com/neomaxzero/m-arte
- Owner: neomaxzero
- Created: 2021-05-24T11:51:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-26T14:52:59.000Z (about 5 years ago)
- Last Synced: 2025-04-02T10:21:28.612Z (about 1 year ago)
- Language: JavaScript
- Homepage: m-arte.vercel.app
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arte
Personal showcase from the [Art Institute of Chicago](https://www.artic.edu/)
## Getting started
1. Install: `npm install`.
```
Development: > npm run dev
Build: > npm run build
```
## How does it work?
### Components system
- Inside the components folder you will find each of the components responsibles of handling the corresponding `data-component=X`section of the HTML.
- Components communicate through a simple pubSub component found in `core/pubSub.js`;
- Available messages will be found in `events/constants.js`.
## Proposed next steps
- Acceptance tests.
- Create a route for the gallery view.
- Save first page as static content.
- Typescript would help messaging system.
- Navigation with keys inside the gallery.