Skip to content

Sivanaharon1/newsapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AI Competitions Tracker

A modern web application for tracking AI video and image creation competitions, challenges, and calls to action.

Features

  • 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

Technologies Used

  • HTML5
  • CSS3 (with CSS Variables)
  • JavaScript (ES6+)
  • Font Awesome Icons
  • Local Storage for data persistence

Project Structure

├── index.html          # Main HTML file
├── styles.css          # CSS styles
├── script.js           # JavaScript functionality
└── README.md          # Project documentation

Setup and Installation

  1. Clone the repository:
git clone [repository-url]
  1. Navigate to the project directory:
cd ai-competitions-tracker
  1. Open index.html in your web browser to view the application.

Usage

  • 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

Customization

To add or modify content:

  1. Open script.js
  2. Locate the data object
  3. Add or modify entries in the respective arrays (competitions, challenges, calls)

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

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors