-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ishxn20 edited this page Jun 5, 2024
·
2 revisions
Welcome to the Developer Journal wiki!
Developer Journal is a comprehensive tool designed to help developers keep track of their projects, tasks, and progress. The tool features a sleek UI with functionalities to add, view, edit, and delete projects and tasks. It also includes a calendar to manage tasks efficiently.
-
Clone the repository:
git clone https://github.com/your-username/Developer-Journal.git
-
Navigate to the project directory:
cd Developer-Journal
-
Install dependencies:
npm install
-
Run the project:
npm start
-
Open your browser and navigate to:
http://localhost:3000
- Add Project: Create a new project with a title, description, and image.
- View Project: View project details including tasks and progress.
- Edit Project: Edit project details.
- Delete Project: Remove a project from the list.
- Add Task: Add tasks to a project with a name and due date.
- Edit Task: Modify task details.
- Delete Task: Remove tasks from a project.
- Task Progress: Track the completion progress of tasks.
- View Calendar: See an overview of tasks for each day.
- Navigate Calendar: Move between months to see tasks.
- Random Quotes: Display a random inspirational quote each day.
- Click on the "+" button to open the add project modal.
- Fill in the project name, description, and image URL.
- Click "Add Project" to save the project.
- Click on a project card to open the project details modal.
- View project details and tasks.
- Click the "Edit" button in the project details modal.
- Modify the project information and click "Save".
- Click the "Delete" button on a project card.
- Confirm the deletion.
- In the project details modal, enter the task name and due date.
- Click "Add Task" to save the task.
- Click the "Edit" button next to a task.
- Modify the task details and click "Save".
- Click the "Delete" button next to a task.
- Confirm the deletion.
- Use the navigation arrows to move between months.
- Click on a date to view or add tasks for that day.
-
Fork the repository: Click the "Fork" button on the top right of the repository page.
-
Clone your fork:
git clone https://github.com/your-username/Developer-Journal.git
-
Create a branch:
git checkout -b feature-name
-
Make your changes: Make your changes to the codebase.
-
Commit your changes:
git commit -m "Description of changes"
-
Push to your fork:
git push origin feature-name
-
Create a pull request: Go to the original repository and click the "New Pull Request" button.