An open API service indexing awesome lists of open source software.

https://github.com/gaurav-026/synctable

This application allows to share table data via Mail to the user.
https://github.com/gaurav-026/synctable

context-api material-ui mongodb nextjs nodejs tailwindcss

Last synced: about 2 months ago
JSON representation

This application allows to share table data via Mail to the user.

Awesome Lists containing this project

README

        

## Getting Started with Next.js

First, run the development server:

```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```

Wait for some time while the application is loading (Frontend and backend both)

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

### Tech Stack Used
-> MERN Stack

-> Next.js

-> Tailwind CSS

-> Bootstrap

-> Material UI

-> Git & Github

-> Render (Backend hosting)

-> Netlify (Frontend Hosting)

Here are some features of the application:

- You can add new data by using add new data button and the data will reflect on the table shown below.

- When you select any row from the table and click on Send email button it will send an email to the host of that row data.
- THe data is stored in the Database.