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.
- Host: GitHub
- URL: https://github.com/gaurav-026/synctable
- Owner: gaurav-026
- Created: 2024-07-27T19:03:13.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T11:51:14.000Z (6 months ago)
- Last Synced: 2025-02-01T15:15:19.376Z (3 months ago)
- Topics: context-api, material-ui, mongodb, nextjs, nodejs, tailwindcss
- Language: JavaScript
- Homepage: https://synctable-by-gaurav.netlify.app/
- Size: 118 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.