A React Todo app manages tasks with features like adding, deleting, and marking tasks as complete. It uses React's component-based architecture for reusable UI elements and state management for dynamic updates. The app provides a simple interface for users to organize and track their to-dos efficiently.
https://task-managment-two.vercel.app
https://green-mentor-h5c2.onrender.com
-
Clone the repository:
git clone https://github.com/monurajputrko/Stock-Market.git
-
Navigate to the project directory:
cd Task-Managment cd Frontend Or cd Backend
-
Install dependencies:
npm install
-
Run the Frontend:
npm start
-
Open the application in your browser:
The development server should start running at
http://localhost:3000
. Open this URL in your web browser to view the application.
Frontend/
│
├── src/
│ ├── App.js
│ ├── App.css
│ ├── index.js
│ └── ...
│
├── public/
│ ├── index.html
│ └── ...
│
├── README.md
└── package.json
- React
- ReactDOM
- Redux
- mantine
- thunk
- axios
-
Run the Backend:
npm start
-
Open the application in your browser:
The development server should start running at
http://localhost:8080
. Open this URL in your web browser to view the application.
Backend/
│
├── Config/
├── Middleware/
├── Model/
│
├── README.md
└── package.json
- Express
- Mongoose
- cors
- bcrypt
- jsonwebtoken
- nodemon
This project is licensed under the MIT License - see the LICENSE file for details.