Astrology, tarot cards and numerology SPA created with React and TypeScript. Final project for class M11 at FooCoding in Malmö.
Lunar is an engaging and intuitive app designed for those interested in astrology, tarot, and numerology. Its responsive design and seamless transition between light and dark modes make it accessible for users of all preferences. Whether you're a newcomer to astrology or have some experience, Lunar provides a diverse library of zodiac signs and tarot cards, personalized readings, and an insightful numerology calculator based on your birth date and name.
Built using modern technology, Lunar leverages the power of the React.js framework to ensure a fast and smooth user experience. This app is perfect for anyone looking to delve into the mystical realms of astrology and tarot with ease and simplicity.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.