kingdanie / intime

a messaging app concept

Home Page:https://intim.netlify.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intime Messaging Application (MVP)

This is a bulk sms messaging application concept built with Nextjs and harperdb as database provider. The application features a contact manager, which gives users ability to manage their contacts and organize them in groups.

Technical Features

  • React context API and custom hooks were used for managing state in the application.
  • Tailwind css as css frame work, heroicons for icons and headlessui for generic components such as accordion and switch.
  • Harper BD for database provider and its API to manage REST APIs requests.

Upcoming Features

  • Social logins
  • Abilty to manage contact list
  • Cron jobs for scehduling messages
  • Possibility of also sending emails
  • SMS service provider to be added
  • Free credits to new users to test out product's features

Clone Instructions

After cloning the repo to your local machine, install dependices by running:

npm install
# or
yarn install

Development server can be launched by:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

About

a messaging app concept

https://intim.netlify.com


Languages

Language:TypeScript 96.2%Language:CSS 2.2%Language:JavaScript 1.4%Language:SCSS 0.2%