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 JS
PHP Laravel
Tiny MCE Editor
React Toastify
React Hook Forms
TypeScript
React Query
Others if needed...
- Make sure you've followed the steps in Cordum-Backend
- Run
git clone
- Cd into
Cordum-FrontEnd
- Run
npm install
- Create an
.env
file from the.env.example
file, and configure it accordingly. - Run
npm start
- Open
http://localhost:3000
- You should be able to see the application in action.
- Start hacking!