Anas-hameed / digisync

DigiSync aim at providing a web application platform that will automate the traditional Digital Marketing by utilizing modern Artificial Intelligence models and Deep Learning algorithms

Home Page:https://digisync.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DigiSync

DigiSync is a project that is going to revolutionalize the way digital marketing. It make use of advanced AI algorithm to automate the process of Post, Email and SMS generation. Marketers can use the platform to do all their marketing through a single platform without the hustle of moving around different social media handle.

Some stats regarding this project are:

Generic badge Generic badge Generic badge Generic badge Generic badge

Contributing to This Repository

We welcome contributions from almost anyone as long as these contributions are meaningful. You need a properly configured .env file to run this project. Due to security reasons the original .env file is only accessible by the project admins. You can either contact them to ask for this file directly or you can setup your own by following the .env.sample present in the repository. Also, keep in mind the following guidelines before pushing your code to this repository:

  • DO NOT DIRECTLY PUSH YOUR CHANGES TO THE MAIN BRANCH! Always create a seperate branch for all of the changes you make to this project and when you're done implementing your changes push your branch and create a pull request. Your branch will be merged after its reviewed and approved by one of the moderators.
  • Your commit messages must be in the form: <type>: <subject>
  • The <type> must start with a capital letter and it should be one of the following:
    • Build: Changes that add new package/module or modify the directory structure.
    • Feat: Changes that add new features.
    • Fix: Changes that fix bugs.
    • Perf: Changes that improve application performance.
    • Docs: Changes made to the documentation.
    • Refactor: Changes that re-structure the code without changing its functionality.
  • The <subject> must start with a capital letter and it should always be in the present tense. ie. it should be add instead of added or adds.

Running

Install dependencies, currently using pnpm, but other package managers should work too.

pnpm i

Start the project on development mode

pnpm dev

App should be running now.In order to add more componen. A dashboard is added where other page view can be handle.

About

DigiSync aim at providing a web application platform that will automate the traditional Digital Marketing by utilizing modern Artificial Intelligence models and Deep Learning algorithms

https://digisync.netlify.app


Languages

Language:TypeScript 75.3%Language:JavaScript 23.8%Language:CSS 0.8%Language:HTML 0.1%