Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/githubak2002/task-manager-nextjs-fullstack
https://github.com/githubak2002/task-manager-nextjs-fullstack
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/githubak2002/task-manager-nextjs-fullstack
- Owner: Githubak2002
- Created: 2024-09-03T18:01:32.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-09T08:43:36.000Z (4 months ago)
- Last Synced: 2024-09-09T10:34:47.628Z (4 months ago)
- Language: JavaScript
- Homepage: https://aknextjs-task-manager.vercel.app
- Size: 162 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js Full-Stack Task Manager
## Overview
This project is a full-stack Task Manager application built using **Next.js**, **MongoDB**, and **Zustand** for state management. It showcases a complete web application that integrates both front-end and back-end technologies.
### Key Features
- **Full-Stack Architecture**: Utilizes Next.js for server-side rendering and a seamless user experience.
- **MongoDB Integration**: Leverages MongoDB for efficient data storage and retrieval.
- **State Management**: Implements Zustand for simplified state management across the application.
- **User Authentication**: Secure user authentication and management of tasks.
- **Responsive Design**: Mobile-friendly user interface for managing tasks on the go.## Live Demo
Explore the live demo of the application at: [aknextjs-task-manager.vercel.app](https://aknextjs-task-manager.vercel.app)
## Getting Started
To run this project locally, follow these steps:
### Prerequisites
- Node.js (version 14 or higher)
- npm or Yarn
- MongoDB database### Installation
1. Clone the repository:
```bash
git clone https://github.com/yourusername/nextjs-task-manager.git
### NavBar Update
We need to update a Link in the NavBar to ensure seamless navigation.Image Upload Integration
We have successfully integrated Cloudinary for image uploads. You can access the image upload feature at the following URL -
[aknextjs-task-manager.vercel.app/uploadimg](aknextjs-task-manager.vercel.app/uploadimg)