AniNick is a web application that showcases the strangest, funniest, and most unusual nicknames from anime series. The project aims to provide a fun platform for anime fans to explore, learn about, and contribute their own favorite weird nicknames from various anime.
- Nickname List: A large, searchable, and sortable collection of weird anime nicknames.
- User Submissions: Users can add their own favorite weird nicknames for approval.
- Voting System: Users can vote on nicknames to determine which are the funniest or weirdest.
- Anime Details: Information about the anime and characters associated with each nickname.
- Random Nicknames: A feature to display random nicknames for users to discover new ones.
- Interactive Animations: Smooth transitions and animations using Framer Motion to enhance user experience.
- Frontend: React, Tailwind CSS
- Animations: Framer Motion
- Backend: Node.js, Express
- Database: MongoDB
- Additional Tools: Git, Postman, Figma
- Clone the repository:
git clone https://github.com/yourusername/aninick.git
- Navigate to the project directory:
cd aninick
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and go to
http://localhost:3000
to view the app.
Contributions are welcome! To contribute:
- Fork the repository.
- Create a new branch.
- Make your changes and commit them.
- Push to your fork and submit a pull request.