Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/robiuzzaman4/team-tracker


https://github.com/robiuzzaman4/team-tracker

Last synced: about 2 months ago
JSON representation

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/)