FreeNotes is an anonymous confession board where you can share your deepest thoughts without fear.
This project is inspired from UnsentProject, an anonymous confession board aimed at confessing unconveyed feelings for first loves and crushes. While FreeNotes is similar, it also provides user authentication to review or delete any specific notes published as well.
- Search and View confessions by name
- Create an account
- Create/Customize confessions
- View previously-made confessions
Clone the project
git clone https://github.com/ChimaRyder/FreeNotesGo to the project directory
cd FreeNotesInstall dependencies
npm installStart the Express server
cd server && npm run startStart the server
cd .. && npm run devTo run this project, you will need to add the following environment variables to your .env file
VITE_API_LINK
ORIGIN
ACCESS_TOKEN_SECRET
URI
