A web-based platform for tracking and organizing your technical learning progress. Keep track of resources you're studying, books you're reading, and maintain your learning journey effectively.

- Track technical books and resources you're studying
- Organize learning materials by categories
- Monitor reading progress
- Mark completion status
- Add notes and comments for each resource
- Filter and search through your learning materials
Visit the live site at: Project DNF
This project is built using:
- HTML5
- CSS3
- JavaScript
- Local Storage for data persistence
- Clone the repository:
git clone https://github.com/iampushkar/project-dnf.git
- Open
index.htmlin your browser - Start making changes
The application uses a JSON structure to store resource information:
- Title
- Category
- Status (Complete/In Progress)
- Priority
- Notes
- URL (if applicable)
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
MIT License