This repository includes web interface related to Project AdSync. Please go through this ReadMe for a complete breakthrough of the repository.
project repo is maintained using npm package manager and here's the terminal inputs you need in order to start the dev enviornment.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
This project contains open-source components, libraries and elements which includes in this project.
-
A free to use component library which provides with UI elements to integrate.
-
Poppins and Inter font families imported via google fonts.
-
Free UI interface icons for personal and commercial use by FreePik Inc.
-
open-source UI atomic component library by shadCN, who is a design engineer at vercel.
You need to follow commit message guideline in order to maintain the commit consistency throughout the git history. The prefix standard is as follows.
- feat - when implementing a feature
- fix - when fixing a bug
- refactor - when changing code which doesn't impact the code logic.
examples for the given commit message format:
- feat(Dashboard): upload component added
- fix(Onboarding): sign in response fixed.
- refactor(dependency): tailwind css integrated.
all pull requests will be reviewed by @PramudithaN and @NipunK and best practices needs to be maintained throughout the project scope.