Messengers of Lahar - https://messengers-of-lahar.web.app/
React website commissioned by a literary and visual artist. Includes admin functionality that allows authorized users to easily create, update, and delete pages and content that compose the experiential photo and literary art piece showcased on the public-facing routes of the website.
- React
- Javascript
- Firebase for authentication and hosting: https://nvc2-e6e76.web.app/
- Material UI
- React Router
- NPM
- HTML
- CSS
- admin authentication
- admin users can create, read, update, and delete website pages that are composed of short lines of text and a photo for the background.
- pages displayed randomly to create maze-like experience for users.
NOTE: this project was created in a Mac environment. There may be minor changes if you use a PC.
Before running the application, make sure you have Node.js and npm (Node Package Manager) installed on your machine. Follow these steps to set up the project:
- Clone this repository to your local machine.
- Navigate to the project directory.
- Run the following command to install the project dependencies:
npm install
The project provides several scripts to aid in development and building the application:
- To start the development server, use the following command:
npm run dev
- To build the application for production, use the following command:
npm run build
- To preview the built application locally, use the following command:
npm run preview
✅ MVP complete
- improved Admin pages styling
- converting to Typescript
Patty Otero