
Active
Coding Test Dellos
Released: June 2024
About
This project was my second coding test for a company application process. The concept involved creating a news page that displays articles by utilizing The New York Times API to fetch article data and their prices. The project required implementing simple state management to store users' article purchases and credit balances in cookies. Additionally, I performed unit testing on the business logic to ensure reliability and accuracy. This project was completed within just one week.
Key Takeaways
Important lessons and insights from this project
- Mastered cookie-based state management for client-side data persistence
- Improved unit testing skills with Jest
- Learned to integrate third-party APIs (NYT API) effectively
- Enhanced understanding of e-commerce-like purchase flows
Skills
Skills developed and utilized in this project
- Front-End Development
- API Integration
- State Management
- Cookie Management
- User Interface Design
- Project Development
- Time Management
- Unit Testing
Technologies
Technologies and tools used in this project
React
Tailwind
Next.js
Jest