A modern web application for tracking AI video and image creation competitions, challenges, and calls to action.
- Track active AI competitions
- Monitor ongoing challenges
- Stay updated with calls to action
- Daily AI goal generator for inspiration
- Interactive sticky notes for task management
- Dark mode support
- Responsive design for all devices
- Modern and clean user interface
- Smooth navigation and animations
- HTML5
- CSS3 (with CSS Variables)
- JavaScript (ES6+)
- Font Awesome Icons
- Local Storage for data persistence
├── index.html # Main HTML file
├── styles.css # CSS styles
├── script.js # JavaScript functionality
└── README.md # Project documentation
- Clone the repository:
git clone [repository-url]- Navigate to the project directory:
cd ai-competitions-tracker- Open
index.htmlin your web browser to view the application.
- Navigate through different sections using the top navigation menu
- View competitions, challenges, and calls to action in card format
- Each card displays relevant information including:
- Title
- Date
- Description
- Tags
- Additional details (prizes, deadlines, durations)
- Use the daily goal generator to get AI-related task inspiration
- Create and manage sticky notes for your tasks
- Toggle dark mode using the theme switch in the navigation bar
To add or modify content:
- Open
script.js - Locate the
dataobject - Add or modify entries in the respective arrays (competitions, challenges, calls)
- 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