This project is the frontend for my final progressive web application assigment. It enables the user to take a picture and save it by adding a title, mood, date and location. Furthermore, the user can request a random prompt for their daily writing practice and save said writing to the database.
Get a random prompt and save your writing
The application calls three APIs:
1. Images API :
POST: http://localhost:8080/image
GET all: https://ikt-imagesapi-new.onrender.com/image
2. Prompt API:
GET all: https://ikt-promptapi.onrender.com/prompt
GET random: https://ikt-promptapi.onrender.com/random
3. Writings API:
POST: https://ikt-writingsapi.onrender.com/writing
And enables the following functionality:
- installation
- offline usage
- IndexedDB
- geolocation
- camera usage
- push notifications
- background synchronisation
- Clone repository locally
- Run
npm i
- Run with
npm start
- Stop with
ctrl-c
Or find the deployed project at: https://ikt-frontend-new.vercel.app