Skip to content

capwell-murimi/react-task-tracker1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Tracker

This project was bootstrapped with Create React App.

React Task Tracker This is a simple task tracker application built using React. It allows users to add, delete, and update tasks, as well as mark them as completed. Features Add a task with a title and optional details Delete a task Toggle task completion status Edit task details Filter tasks by their completion status Responsive design for mobile and desktop Installation Clone the repository: git clone https://github.com/your-username/react-task-tracker.git Navigate to the project directory: cd react-task-tracker Install the dependencies: npm install Usage Start the development server: npm start Open your browser and visit http://localhost:3000 Technologies Used -React -React Router -JSON Server (for simulating a backend API) -Bootstrap (for styling) FOLDER STRUCTURE ├── public │ ├── index.html │ └── ... ├── src │ ├── components │ │ ├── Task.js │ │ ├── TaskForm.js │ │ ├── TaskList.js │ │ └── ... │ ├── App.js │ ├── index.js │ └── ... ├── package.json └── ... Contributing Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request. License This project is licensed under the MIT License. You can find more details in the LICENSE file. Acknowledgments This project was inspired by the React Crash Course by Traversy Media.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published