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.
Follow these steps to set up the development environment:
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.