https://github.com/vikashanandjha/nextjs-jira
Teevra, an intuitive and efficient task/issue management web app
https://github.com/vikashanandjha/nextjs-jira
nextjs open-source react
Last synced: 3 months ago
JSON representation
Teevra, an intuitive and efficient task/issue management web app
- Host: GitHub
- URL: https://github.com/vikashanandjha/nextjs-jira
- Owner: VikashAnandJha
- Created: 2024-08-04T17:25:56.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-08-04T18:00:16.000Z (10 months ago)
- Last Synced: 2025-01-11T19:18:03.446Z (4 months ago)
- Topics: nextjs, open-source, react
- Language: JavaScript
- Homepage:
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Teevra - Task/Issue Management Web App
Welcome to **Teevra**, an intuitive and efficient task/issue management web app designed to streamline your project management processes. Developed using **Next.js**, Teevra is currently an ongoing project aimed at providing robust features similar to Jira.
## Features
- **Task Management**: Create, update, and track tasks effortlessly.
- **Issue Tracking**: Log and manage project issues efficiently.
- **Sprint Planning**: Organize tasks into sprints and track progress.
- **Kanban Board**: Visualize your workflow with a customizable Kanban board.
- **Collaboration**: Facilitate team collaboration with comments and mentions.
- **Notifications**: Stay updated with real-time notifications.
- **User Management**: Manage team members and assign roles.## Installation
To get started with Teevra, follow these steps:
1. **Clone the repository**:
```bash
git clone https://github.com/vikashanandjha/nextjs-jira.git
cd nextjs-jira
```2. **Install dependencies**:
```bash
npm install
```3. **Start the development server**:
```bash
npm run dev
```4. **Open your browser** and navigate to `http://localhost:3000` to see the app in action.
## Technologies Used
- **Next.js**: A React framework for server-side rendering and static site generation.
- **Tailwind CSS**: A utility-first CSS framework for designing responsive layouts.
- **ShadCN**: For additional component styling and customization.
- **Socket.io**: For real-time updates and notifications (if applicable).
- **MongoDB**: A NoSQL database for storing task and user data (if applicable).## Contributing
We welcome contributions from the community! To contribute to Teevra, please follow these steps:
1. **Fork the repository**.
2. **Create a new branch** for your feature or bugfix:
```bash
git checkout -b feature/your-feature-name
```
3. **Commit your changes**:
```bash
git commit -m "Add your commit message here"
```
4. **Push to the branch**:
```bash
git push origin feature/your-feature-name
```
5. **Create a Pull Request** and provide a detailed description of your changes.## License
Teevra is licensed under the [MIT License](LICENSE).
## Contact
If you have any questions or feedback, feel free to reach out:
- **Email**: [email protected]
- **Twitter**: [@vikashanandjha](https://twitter.com/vikashanandjha)
- **GitHub**: [vikashanandjha](https://github.com/vikashanandjha)Thank you for using Teevra! We hope it enhances your project management experience.