Skip to content

mproyyan/nowted

Repository files navigation

Nowted

About Nowted

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

Purpose

The purpose of making this website is to complete the final project assignment from the IT organization that I joined on campus

Credits

Thanks to Codedesign for the idea and design (indirectly I also completed the challenge he made, lol)

Requirements

  • PHP 8.2
  • Composer
  • NPM
  • RDBMS (I am using MySQL on this project)

Installation

  • 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 .env file
  • 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 are password
  • Run the app php artisan serve

Tech Stack

Screenshoots

Login Page

Folder View

Create Note Page

Note View

About

Create and manage notes simply and easily

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published