English | 简体中文
- 01 Todo List
- 02 Weather Query Application
- 03 Book Finder App
- 04 Christmas Lights Effect
- 05 Chrome Theme Plugin
- 06 Countdown
- 07 Markdown Preview
- 08 Pomodoro App
- 09 Image Finder
- 10 Expense Tracker App
This is a simple Todo List application that allows users to add, delete, and modify the status of tasks. The project is built using native JavaScript and HTML/CSS, with data persisted through localStorage
, aiming to provide a user-friendly task management tool.
Project Source: app-ideas/To-Do-App
This is a weather query application that allows users to get the current weather and weather forecasts for the next few days by entering a city name or postal code.
Project Source: app-ideas/Weather-App
Reference YouTube Tutorial: Code A Weather App in Pure JavaScript
The Book Finder App is a simple book search application where users can enter a book title or author, and the app will query and display relevant book information through the Google Books API.
This is a simple React application that simulates a Christmas lights effect. Users can control the on/off state of the lights and adjust the animation effects by clicking buttons.
Project Source: app-ideas/Christmas-Lights-App
This project includes multiple custom theme plugins designed to provide diverse visual experiences for the Chrome browser, catering to the personalized needs of different users.
This is a simple countdown application that allows users to set a deadline and time, with real-time updates to the countdown display. The code is implemented using native JavaScript and utilizes the browser's localStorage
feature to save user settings.
This project is a Markdown editor that allows users to input Markdown syntax and preview it in real-time. It uses the Ace editor and Marked.js for parsing and display.
Project Source: app-ideas/Markdown-Previewer
This is a React-based Pomodoro application that allows users to manage work and rest times using the Pomodoro technique, and provides multiple white noise options to enhance the work atmosphere.
Project Source: app-ideas/Pomodoro-Clock
09-imagefinder is an image search tool designed to provide a simple and efficient image search and browsing experience by integrating various front-end libraries and tools.
This is an expense tracking application that allows users to record and manage income and expenses. Users can view transaction details, generate reports, and visualize data.
Reference Project: zuiidea/antd-admin
This project is licensed under the MIT license.