This is a web application that allows users to create notes and share quotes. The notes function similar to a post-it cork board.
You can visit the website at the following link: https://pin-board-quotes.web.app
This application was built using ReactJS. React Router was used as a dependency to manage routing, and Firebase was utilized for backend user authentication.
To use the corkboard, users must create an account and log in.
Post-it notes utilize a database, and data is fetched using a custom hook for operations such as GET, POST, PUT, or DELETE.
The application provides an intuitive and visually pleasing experience for creating, reading, updating, and deleting (CRUD) notes.
The CSS styles of the website were entirely hand-coded using CSS modules. Similar to JSX, no external code was copied.
The application is fully responsive.
- Vite
- ReactJS
- Custom Hook
- React Router
- Firebase Authentification
- Firabase Realtime Database
- Modular CSS