Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robiuzzaman4/team-tracker
https://github.com/robiuzzaman4/team-tracker
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/robiuzzaman4/team-tracker
- Owner: robiuzzaman4
- Created: 2023-07-30T19:01:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-31T05:47:14.000Z (over 1 year ago)
- Last Synced: 2023-07-31T06:36:37.394Z (over 1 year ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build and Deploy a Modern Next.js 13 CRUD Application | React JS, Next JS 13, MongoDB, Tailwind CSS.
![Car Showcase](https://i.ibb.co/xmW9SWp/Screenshot-333.png)## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.js`. The page auto-updates as you edit the file.
## Features
- Any one can create Team Member by giving Member Name, Designation and PhotoURL.
- Any one can update Individual Team Member.
- Any one can delete Individual Team Member.## Used Technologies
- Next.js (v13.4.9 - app router)
- Tailwind CSS
- MonogoDB (mongoose)
- Remixicon## Deployment
- [Live Site Link](https://team-tracker-alpha.vercel.app/)