Skip to content

React Native App that allows users to register their daily mood and generates statistics based on the recorded data.

Notifications You must be signed in to change notification settings

jenicarvalho/daily-mood

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DailyMood

DailyMood is a React Native app that allows users to register their daily mood and generates statistics based on the recorded data. The app is built using TypeScript and styled-components, providing a seamless and visually appealing user experience.

Features

  • Record daily mood: Users can easily log their mood on a daily basis, providing valuable insights into their emotional well-being over time.
  • Statistics: DailyMood generates statistics based on the recorded moods, enabling users to visualize their mood patterns and trends.
  • List of recorded days: The app maintains a list of all the recorded days, allowing users to view and review their mood history.

Installation

To install and run DailyMood, follow these steps:

  1. Clone the repository:

    git clone https://github.com/jenicarvalho/daily-mood.git
  2. Navigate to the project directory:

    cd daily-mood
  3. Install the dependencies:

    npm install

    or

    yarn install

Usage

To start the DailyMood app, run the following command:

npm ios

or

yarn ios

This command will start the development server and open the app on your device or simulator. You can then interact with the app and begin recording your daily moods.

Technologies Used

DailyMood is built using the following technologies:

  • React Native: A JavaScript framework for building cross-platform mobile applications.
  • TypeScript: A typed superset of JavaScript that enables robust code development.
  • styled-components: A CSS-in-JS library for creating styled components in React applications.

Contributing

Contributions to DailyMood are welcome! If you encounter any issues or have suggestions for improvements, please feel free to submit a pull request. We appreciate your contributions.

About

React Native App that allows users to register their daily mood and generates statistics based on the recorded data.

Resources

Stars

Watchers

Forks