Welcome to the Digital Memobook frontend repository! This project provides a user-friendly interface for managing user profiles, photos, and journals.
-
User Profile:
- Display user profile information.
- Edit user profile details.
-
User Photos:
- Display user photos.
- get_photos(, filter)
- back_end
- get_photos(, filter)
- Delete user photos.
- delete_photos()
- Edit photo details.
- update_photo()
- Add
edit
button
- Add
- update_photo()
- Upload photo
- upload_photos()
- analyze_photos()
- Generate journal.
- generate journal backend
- Display user photos.
-
User Journals:
- Display user journals.
- get_journals(, filter)
- Edit journal entries.
- update_journal()
- Delete journal entries.
- delete_journals()
- Display user journals.
-
Development Mode:
npm run dev
This command starts the development server.
-
Production Build:
npm run build
This command generates a production build in the
build
folder. -
Deployment:
- Deploy the contents of the
build
folder to your preferred hosting service.
- Deploy the contents of the
- React.js
- Axios (for API requests)
- React Router (for routing)
- Tailwind CSS (for styling)
Contributions are welcome! Please fork this repository and submit pull requests to propose changes.
This project is licensed under the MIT License - see the LICENSE file for details.
Feel free to customize this README to fit your specific project structure and additional features.