I'm a passionate Full Stack Developer, mastering JavaScript, React, and Python. I'm always on the lookout for new challenges and opportunities to innovate.
- π Iβm currently brushing up my skills by building a React portfolio
- π± Iβm also learning data structures and algorithms to strengthen my problem-solving abilities
- π¬ Ask me about JavaScript, React, Python, or anything tech-related
- π Pronouns: she/her
- β‘ Fun fact: Iβm a developer by day and a master chef by nightβmy cooking skills are as sharp as my coding!
Frontend:
JavaScript
React
Redux
TypeScript
HTML
CSS
Backend:
Python
Flask
Node.js
PostgreSQL
SQL
REST API
Testing:
React Testing Library
Jest
Pytest
Other Tools:
Git
GitHub
Jira
Postman
AWS
Heroku
Netlify
Here are a few projects I've been working on:
Operation Gamification : Frontend & Backend | Live Site
- This application simulates employee contests, focusing on the "Queen of Housekeeping Challenge." A digital bulletin board with pre-made designs is displayed on a TV or projector. The app includes an admin page and a game board, enabling managers to run employee contests at scale.
- Worked collaboratively in a 3-person team to design and build an interactive web application that allowed users to share inspirational messages on a board accessible by multiple users.
- Led the backend development using Python and Flask, ensuring efficient data management and seamless integration with the frontend.
- Developed and maintained server-side logic while adhering to industry best practices and standards.
- Implemented test-driven development (TDD) with Pytest and fixtures to rigorously validate the creation and retrieval routes for boards and cards, ensuring the application's robustness and reliability.
Task-List-API : Backend
- This project involved developing a web API with Python and Flask to manage goals and tasks, allowing users to create, update, sort, and complete tasks. It features Slack integration for feedback and organizes tasks under goals using a one-to-many model. The project utilized RESTful routes, Postman for testing, Git for version control, and incorporated external APIs, all while applying the client-server model and test-driven development with Pytest.