Nowted is a website designed to assist users in creating, storing, and managing notes. This website offers features that allow users to organize their notes by grouping them into folders. One of Nowted's main features is its WYSIWYG (What You See Is What You Get) rich text editor. This feature allows users to easily create notes with rich text formatting. Users can highlight text, create table, create lists, or enter links quickly and intuitively
The purpose of making this website is to complete the final project assignment from the IT organization that I joined on campus
Thanks to Codedesign for the idea and design (indirectly I also completed the challenge he made, lol)
- PHP 8.2
- Composer
- NPM
- RDBMS (I am using MySQL on this project)
- Clone the repository
https://github.com/mproyyan/nowted.git - Change directory
cd nowted - Copy environment file
cp .env.example .env - Configure your database connection in
.envfile - Install composer dependencies
composer install - Install npm dependencies
npm install - Bundle static file
npm run build - Run database migration and database seed
php artisan migrate --seed. We provide 2 accounts for testing purposes which you can use freely,[email protected]and[email protected]both accounts with passwords arepassword - Run the app
php artisan serve
- PHP 8.2 - Language syntax
- Laravel 10 - Framework
- Livewire - Laravel Library
- Alpine JS - Javascript Framework
- Tailwind CSS - CSS Framework
- MySQL - Database



