Nyxo App

screenshot of Nyxo App
react
react-native
styled-components
contentful

The repository for Nyxo React Native app, a personal sleep tracker and sleep coach

Overview:

Nyxo is an innovative mobile application designed to enhance your sleep experience by providing robust tracking and coaching features. Built using modern technologies such as React Native and AWS Amplify, Nyxo blends functionality with user-friendly design, making it a great tool for anyone looking to improve their sleep quality. With its commitment to continuous development and community contributions, the app is set to evolve further, integrating new features and support for various sleep trackers.

The application not only tracks sleep patterns but also offers valuable resources including coaching programs and expert advice. Whether you’re looking to understand your sleep habits better or seeking comprehensive strategies to improve your rest, Nyxo has everything you might need.

Features:

  • Sleep Tracking: Monitor your sleep patterns with support for popular trackers like Google Fit, Apple Health, Oura, and more.
  • Sleep Diary: Keep a comprehensive log of your sleep trends over time, helping you identify patterns and areas for improvement.
  • Nyxo Cloud: Easily back up your sleep data and access it from anywhere through the Nyxo cloud service.
  • 4-Week Sleep Coaching Program: Follow a structured coaching program designed to improve your sleep habits progressively.
  • Expert Assistance: Reach out to professional sleep coaches for personalized advice and answers to your sleep-related questions.
  • Community Contributions: Engage with the app’s development by proposing new features or enhancements, making it a collaborative experience.
  • User-friendly Design: Simple navigation and interface make tracking and managing your sleep easy and enjoyable.
react
React

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

react-native
React Native

React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.

styled-components
Styled Components

Styled Components is a popular library for styling React components using CSS syntax. It allows you to write CSS in your JavaScript code, making it easier to create dynamic styles that are specific to each component.

contentful
Contentful

Contentful is a headless content management system (CMS) that provides a flexible and scalable platform for creating, managing, and delivering digital content across multiple channels and devices.

apollo
Apollo

Apollo is an open-source platform for building GraphQL APIs that connects with any data source. It provides a powerful set of tools and features for developers, including client and server-side caching, real-time data synchronization, and a seamless integration with popular frontend frameworks.

eslint
Eslint

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.

formik
Formik

Formik is a popular form library for React that helps with form state management, validation, and submission handling. It provides a declarative approach to building forms with support for complex validation scenarios and easy integration with validation libraries like Yup.

graphql
Graphql

A website that uses GraphQL as a query language to manage data fetching and state management. This includes features such as a strongly typed schema, client-side caching, and declarative data fetching to streamline data management and optimize website performance.

Redux

Redux is a state management library for JavaScript apps that provides a predictable and centralized way to manage application state. It enables developers to write actions and reducers that update the state in response to user interactions, server responses, and other events, and can be used with a variety of front-end frameworks and back-end technologies.

typescript
Typescript

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.

Yup

Yup is a schema builder for runtime value parsing and validation. It provides a declarative way to define validation schemas with support for complex nested objects, array validation, and custom validation rules. Often used with Formik for form validation.