Skip to content

iampushkar/project-dnf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project DNF (Do Not Forget)

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. image

Features

  • 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

Getting Started

Visit the live site at: Project DNF

Development

This project is built using:

  • HTML5
  • CSS3
  • JavaScript
  • Local Storage for data persistence

Setup Local Development

  1. Clone the repository:
    git clone https://github.com/iampushkar/project-dnf.git
  2. Open index.html in your browser
  3. Start making changes

Data Structure

The application uses a JSON structure to store resource information:

  • Title
  • Category
  • Status (Complete/In Progress)
  • Priority
  • Notes
  • URL (if applicable)

Contributing

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

MIT License

About

Tracker for Reading Technical Blogs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published