|
1 |
| -The Leetcode Journal project helps developers track, organize, and review their Leetcode solutions with an intuitive interface. Users can save solutions, categorize problems, monitor progress, and analyze performance over time. It functions as both a personal learning tool and a portfolio of problem-solving skills. |
| 1 | +🚀 **Introducing Leetcode Journal** 🚀 |
2 | 2 |
|
3 |
| ---- |
| 3 | +I'm excited to share [Leetcode Journal](https://github.com/yashksaini-coder/Leetcode-Journal), a project designed to help developers track, organize, and review their Leetcode solutions through an intuitive interface. |
4 | 4 |
|
5 |
| -This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app). |
| 5 | +**Key Features:** |
6 | 6 |
|
7 |
| -## Getting Started |
| 7 | +- 📝 **Save Solutions:** Easily store your Leetcode solutions for future reference. |
| 8 | +- 🗂️ **Categorize Problems:** Organize problems by categories to streamline your study sessions. |
| 9 | +- 📈 **Monitor Progress:** Keep track of your problem-solving journey over time. |
| 10 | +- 📊 **Analyze Performance:** Gain insights into your strengths and areas for improvement. |
8 | 11 |
|
9 |
| -First, run the development server: |
| 12 | +**Why Contribute?** |
10 | 13 |
|
11 |
| -```bash |
12 |
| -npm run dev |
13 |
| -# or |
14 |
| -yarn dev |
15 |
| -# or |
16 |
| -pnpm dev |
17 |
| -# or |
18 |
| -bun dev |
19 |
| -``` |
| 14 | +Leetcode Journal serves as both a personal learning tool and a showcase of problem-solving skills. By contributing, you can: |
20 | 15 |
|
21 |
| -Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. |
| 16 | +- 🤝 **Collaborate:** Work with a community of like-minded developers. |
| 17 | +- 💡 **Innovate:** Bring new ideas to enhance the tool's functionality. |
| 18 | +- 🌟 **Grow:** Develop your skills and enrich your open-source portfolio. |
22 | 19 |
|
23 |
| -You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file. |
| 20 | +**Get Started:** |
24 | 21 |
|
25 |
| -This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel. |
| 22 | +1. **Explore the Repository:** Check out the project on GitHub: [Leetcode Journal](https://github.com/yashksaini-coder/Leetcode-Journal). |
| 23 | +2. **Read the Documentation:** Understand the project's structure and guidelines. |
| 24 | +3. **Contribute:** Pick an issue or suggest improvements. Your input is invaluable! |
26 | 25 |
|
27 |
| -## Learn More |
| 26 | +Let's build something amazing together! 🌐 |
28 | 27 |
|
29 |
| -To learn more about Next.js, take a look at the following resources: |
| 28 | +Happy coding! 💻 |
30 | 29 |
|
31 |
| -- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API. |
32 |
| -- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial. |
| 30 | +*Connect with me on GitHub: [yashksaini-coder](https://github.com/yashksaini-coder)* |
33 | 31 |
|
34 |
| -You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome! |
| 32 | +*Explore the live application: [Leetcode Journal Live](https://leetcode-journal.vercel.app/)* |
35 | 33 |
|
36 |
| -## Deploy on Vercel |
37 |
| - |
38 |
| -The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js. |
39 |
| - |
40 |
| -Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details. |
| 34 | +*Learn more about effective Leetcode practices: [The DEFINITIVE way on how to LeetCode properly](https://www.reddit.com/r/cscareerquestions/comments/sgktuv/the_definitive_way_on_how_to_leetcode_properly/)* |
0 commit comments