Task Manager is a task manager built with Vite, React, JavaScript, Node.js, Express, MongoDB, and Tailwind CSS. This app is designed for seamless task management.
- React
- JavaScript
- Node.js & Express
- MongoDB & Mongoose
- Vite
- Tailwind CSS
- Frontend: A sample environment file is located in the
frontendfolder. It includes placeholders for environment variables used by the React application. - Backend: A sample environment file is located in the
backendfolder. It includes placeholders for environment variables used by the Node.js/Express application.
Please make sure to replace the placeholders in these .env.sample files with your actual values in the .env files to run the application successfully.
- Navigate to the
frontenddirectory. - Create a
.envfile from the.env.samplefile provided. - Replace the placeholders in the
.envfile with your actual values. - Install the required dependencies by running:
npm install
- Start the development server by running
npm run dev
- Navigate to the
backenddirectory. - Create a
.envfile from the.env.samplefile provided. - Replace the placeholders in the
.envfile with your actual values. - Install the required dependencies by running:
npm install
- Start the development server by running
npm run start