"Unlocking the power of weather data with my latest project! Check out my Simple Weather App repository on GitHub for a glimpse into how I'm leveraging technology to simplify your daily forecasts." Check it out on Github : https://lnkd.in/gkHZ46CU #WeatherTech #GitHub #JavaScript #Coding
Vigneshwari M’s Post
More Relevant Posts
-
> Built blog app "Blogify," a MERN stack application, enabling users to create, read, update, and delete blogs. > Integrated Tailwind CSS for user interface, enhancing the overall user experience. > Used Axios for HTTP requests to communicate with the backend server, alongside Context API for state management across the platform. > GitHub: https://lnkd.in/dEf4sQcs > Watch "Blogify" demo video below! #LearnInPublic #MERN #React #BuildInPublic #ProgrammingProject #Coding #Blog #BlogApp #FullstackProject
To view or add a comment, sign in
-
Hi EveryOne 😀 🌤️ Just launched my latest project: A Weather App with Light & Dark Mode! 🌧️ I'm excited to share a weather application I built using the Weather API. This app provides real-time weather updates and features both a light and dark theme, so you can customize the interface to your preference. Key Features: 🌍 Real-time Weather Updates: Powered by the Weather API, the app provides current weather data for any location. 🌗 Light & Dark Mode: Switch between themes to match your style or environment. 🚀 Hosted on Vercel: The app is live and accessible with a fast, reliable hosting platform. 💻 Open Source: Check out the code on GitHub, and feel free to contribute or explore how it’s built! 🔗 GitHub Repository: "https://lnkd.in/eKbrS96i" 🔗 Live Demo on Vercel :"https://lnkd.in/ez-QkDkN" I’m thrilled to continue expanding my development skills with projects like these. Let me know what you think, and don’t hesitate to share any feedback or ideas! A special thanks to [Sir Asharib Ali ,Naeem Hussain for their guidance and support throughout this project. 🙏 Your insights and encouragement were invaluable! #WeatherApp #LightDarkMode #APIIntegration #Vercel #GitHub #WebDevelopment #JavaScript #OpenSource Ameer Saria, Almas Syed ,Abdul Samad Siddiqui, Ameer Hamza
To view or add a comment, sign in
-
Pursuing Computer Science at Vellore Institute of Technology | JavaScript, ReactJS | Web Development | Data Structures
🎉 Excited to dive into Redux! 🎉 Just ventured into Redux for smoother state management in React! Recently implemented an "Add to Cart" feature in a React app with Redux, and the journey's been enlightening. Looking forward to sharing insights and connecting with fellow developers on this learning journey! Let's simplify state management together! 💡 #React #Redux #LearningInProgress #DeveloperCommunity
Add to Cart Feature in React with Redux Toolkit
dev.to
To view or add a comment, sign in
-
🚀 Excited to share my latest project: a Todo List app built from scratch to dive deep into Redux and enhance my React skills! 📝🔍 Tech Stack: - React ⚛️ - Redux Toolkit 🧰 - FontAwesome 🎨 - classNames 🖌️ - nanoid 🆔 Key Features: ✅ Filter Todos by Status, Color, and Completion ✍️ Edit and Delete Todos 🔍 Search Todos with Ease 🔄 Real-time Updates using Redux 📂 Persistent Storage: Todos stored in LocalStorage This project was an incredible learning journey, allowing me to understand the power of Redux in managing state and enhancing the user experience. The integration of FontAwesome, classNames, and nanoid brought style and efficiency to the app. Check it out live: https://lnkd.in/ej2VgNmm Github repo: https://lnkd.in/e6MEVj92 Kindly consider giving it a star if you find it appropriat Let me know your thoughts! Your feedback is highly appreciated. 🙌 #React #Redux #WebDevelopment #TodoApp #LearningInProgress #TechJourney #FrontEndDevelopment #reduxtoolkit #ReactRedux
To view or add a comment, sign in
-
Day 8 of #100DaysOfCode Today's Task done- Problems- 1. Reverse a LL in given group of size 2. Reverse alternate K nodes of LL 3. Print the reverse of a LL without actually reversing it 4. Find the middle of a given linked list 5. Detect and Remove Loop in a Linked List Web Dev- 1. React - Appwrite, ENV 2. Creating Blog App Functionality:- Login and Signup, Create Post Hitesh Choudhary Rahul Maheshwari Here is GitHub Repository for all solutions Github- https://lnkd.in/gqdRbdvF LeetCode- https://lnkd.in/gTkVTUTk #LearnInPublic #100DaysOfCode #DSAWithKunal #webdevelopment
To view or add a comment, sign in
-
Hard to believe it... An app that was an idea in my mind 2 years ago, is being realized Versioner: Github project activity visualizer What's new this time - I know Next js, helping me ship faster - Added a page per project. We want to visualize and track progress on how committed we are for our projects. Because all projects we ship mostly are on Github What are some updates I added - Will add support for discord notifications - Notifications on weekly progress updates. On how much we shipped for the project - Show the last 5 recent activities and when we shipped #buildinpublic
To view or add a comment, sign in
-
Passionate about Web Development | Exploring React & JavaScript | Seeking Internship Opportunities| Lover of Tech 👩🏽💻| Women Techsters fellow class of 2024.
Day 10 - #60DaysOfCode Challenge Today was one of those super busy days, but I still managed to sneak in some updates to my weather app. What I worked on: Rounded off the temperature: I added Math.round() to make the temperature display cleaner and get rid of those extra decimal points. Now it’s just simple, whole numbers—no need to overcomplicate it! Added humidity data: I also added humidity information to the app. So now, along with temperature and wind speed, you’ll know how humid the day is too. It’s small but a useful addition! 💧 What’s next? I didn’t have time to style the humidity section yet, but that’s on the list for tomorrow. Sometimes functionality comes first, and I’ll make it look good soon! #javascript #react #learning #webdevelopment #techjourney #growthmindset #Anob60dayschallenge #frontenddevelopment #womanintech
To view or add a comment, sign in
-
Day 02 of #50daysofMERN 🚀 Had a quick sneak peek into the concept of Redux tool. Redux is the most powerful state management tool in the React library. With the help of Redux, we can easily manage the state of React applications, which helps us to develop and maintain complex applications. Why should we use Redux? Redux keeps our state in a store and this store is accessible from anywhere in our React components. For example, let’s say we want a counter project that has two buttons increase[+] and decrease[-] and we have a count state. We can have an App component and also a Button component. If we don’t use Redux for this project, we could store the count state in the App component and pass down the increase/decrease event handler function to the Button component as props. The Button component would get the event handler in props and call the event handler function when clicked on. Happy Coding ✨ #react #redux #learninpublic #mern
To view or add a comment, sign in
-
Software Developer Trainee at Omnie Solutions | Ex-Intern at Here Technologies | B.Tech CSE at University of Petroleum and Energy Studies
Simplifying State Management: A Quick Guide to Redux and Redux Toolkit Choosing the right state management for your React.Js or Next.Js app? Redux is powerful for large, complex applications with complex state needs, while Redux Toolkit simplifies development with less boilerplate and built-in features. I choose Redux Toolkit for its simplicity, reduced boilerplate, and built-in async handling. Which one will you choose? #Redux #ReduxToolkit #WebDevelopment #Frontend #TechJourney #ReduxStore
Redux and Redux Toolkit
link.medium.com
To view or add a comment, sign in
-
🌟 #day79: Enhancing To-Do List with LocalStorage! 🚀 Hello, tech community! Today marks Day 79 of my #100DaysOfCodingChallenge. I focused on: 💻 Topics: LocalStorage: removeItem() method: Deleting key-value pairs from LocalStorage. Applied this method to enhance the To-Do List application by enabling the removal of items from LocalStorage. Using removeItem() in my To-Do List app has improved its functionality and user experience. Give it a try and let me know if you have any questions! #JavaScript #WebDevelopment #CodingPractice #LocalStorage #ToDoApp #100DaysOfCode #ccbpian #nxtwave
To view or add a comment, sign in