SuccessTracker is a comprehensive web application designed specifically for JEE aspirants to plan, track, and achieve their preparation goals efficiently. Built using Next.js, React, and TailwindCSS, the tool ensures a smooth and aesthetic user experience.
Whether you're focusing on subject-wise milestones, mock test scores, or weekly revision plans, SuccessTracker helps you stay on top of your preparation journey with ease.
- Goal Management for JEE: Set subject-specific goals (Physics, Chemistry, Mathematics) and track progress.
- Performance Tracking: Monitor your mock test scores and identify weak areas with visual insights.
- Custom Study Plans: Create and manage personalized daily or weekly study schedules.
- Aesthetic UI: Built with TailwindCSS to provide a clean and responsive interface for Gen Z students.
- Next.js Integration: Ensures fast performance, seamless navigation, and SEO optimization.
- Frontend: React
- Framework: Next.js
- Styling: TailwindCSS
Follow these steps to set up the development environment:
- Clone the repository:
git clone https://github.com/aryan6673/successtracker.git
Navigate to the project directory:
bash
Copy
Edit
cd successtracker
Install dependencies:
bash Copy Edit npm install
yarn install
Run the development server:
bash Copy Edit npm run dev
yarn dev
pnpm dev
bun dev
Open the application:
Open http://localhost:3000 in your browser to view the app.
Resources for JEE Preparation React Documentation: Learn the basics of React. Next.js Documentation: Explore Next.js features and APIs. TailwindCSS Documentation: Style your projects with TailwindCSS. Contributing Contributions are welcome! Here's how you can help:
Fork the repository. Create a new branch for your feature or bugfix. Commit your changes and push the branch. Submit a pull request.