A social app where you can follow up friends, comment, create your own event and view other events and many more.
git clone https://github.com/Ladalo-Daniel/wetin-dey-sup.git
Install the project dependencies with npm
npm install
Start the development server by running
npm run dev
See your changes live.
Create new folders in the app directory and add the page file inside the folder, remmeber the name of that folder will be the url of that page, so make it unique and the create all your neccesasy componenets inside a special folder in the componenets folder and let us review ...