Do Plan is a React.js application designed to help users plan and organize their tasks effectively. It allows users to manage their to-do lists by adding tasks, marking them as completed, editing task descriptions, and deleting tasks.
- React: Utilized React.js for building dynamic user interfaces.
- JavaScript: Used JavaScript for scripting functionalities.
- HTML & CSS: Structured and styled the application.
- Clone the repository:
git clone https://github.com/medBcode/DoPlanFirstReactjsApp.git - Navigate to the project directory.
- Install dependencies:
npm install - Run the application:
npm start