Annict

screenshot of Annict
rails
bootstrap
scss

A platform for anime addicts built with Rails and Hotwire.

Overview

Annict (アニクト) is an anime tracking service that allows users to record and share the anime they have watched with friends. The platform also provides a development community for users to engage in various discussions related to development. Users can participate in GitHub Issues to suggest features, improvements, and manage bugs. Additionally, GitHub Discussions offer a space for other questions and general chit-chat. For real-time interactions and casual conversations, users can join the Discord chat. Development priorities and progress are managed through GitHub Projects, while the setup process for the development environment can be found in docs/development.md. Users are encouraged to report any security concerns to hello@annict.com via email and are reminded not to post in public forums for third-party visibility. Annict is licensed under the Apache License, Version 2.0.

Features

  • Anime Tracking: Record and keep track of the anime you have watched.
  • Sharing: Share your anime viewing history with friends.
  • Development Community: Engage in discussions, feature suggestions, and bug tracking through GitHub Issues.
  • Real-time Chat: Join the Discord chat for casual conversations and immediate interactions.
  • Priority Management: Use GitHub Projects to manage tasks and track current activities.
  • Security Reporting: Report any security-related issues to hello@annict.com.
  • Licensing: Annict is licensed under the Apache License, Version 2.0.
rails
Ruby on Rails

Ruby on Rails, often referred to as Rails, is an open-source web application framework written in Ruby. Known for its convention over configuration and don't repeat yourself (DRY) principles, Rails simplifies and accelerates the development of database-backed web applications.

bootstrap
Bootstrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.