Welcome to TaskGenius! This is a web application built with Next.js for the client-side and Express.js for the server-side. TaskGenius helps you manage your tasks efficiently.
To run the code locally, follow these steps:
First, clone the repository to your local machine:
git clone <repository_url>
Navigate to the server directory:
cd serverInstall the dependencies:
npm installStart the server:
nodemon index.jsOpen a new terminal window.
Navigate to the client directory:
cd clientInstall the dependencies:
npm installStart the client:
npm run devOnce both the server and client are running, you can access TaskGenius by visiting http://localhost:3000 in your web browser.
We welcome contributions! If you find any issues or have suggestions for improvements, please feel free to open an issue or create a pull request.
This project is Developed by Md. AL Amin Mollik.