Cordum is a web application that enables user take notes in rich text and label them according to their respective categories.
- Users can sign up,login & logout
- Users can take notes
- Users can view, edit, label and delete notes
- Users can request for a fresh password if they forget
- More incoming...
I used a bunch of tech in building this but to mention a few of them;
React JSPHP LaravelTiny MCE EditorReact ToastifyReact Hook FormsTypeScriptReact QueryOthers if needed...
- Run
git clone - Cd into
Cordum-Backend - Configure your
.envfile. - Run
php artisan serve - Open
[http://127.0.0.1:8000] - Continue to Cordum-Frontend and follow the steps there.
- Start hacking!
