Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 2.18 KB

README.md

File metadata and controls

65 lines (42 loc) · 2.18 KB

Moods

https://moods-mvp-test.netlify.app

A simple web application made to track your moods and emotions through out the week for the whole year.

Table of Contents

Overview

Moods is a delightful and responsive web application that welcomes users to sign up and log in, offering a personalized space to capture and store their diverse moods throughout the year. With its foundation built on React and TailwindCSS for the frontend, and powered by Node.js and MongoDB for the backend, Moods promises a seamless and enjoyable experience. By combining these technologies, we aim to provide you with an intuitive platform to reflect on and track your emotions throughout the year effortlessly.

Installation

To run this project locally, follow these steps:

  1. Clone the repository:

    $ git clone https://github.com/Android-X2/Moods.git
  2. npm init in both the server and client files to down load the node_modules

  3. Create two different bashes to run the backend and frontend of the application

  4. Have fun! :D

Usage

  1. Log in or Sign up
  2. Once logged in, simply start clicking away and chaning the dates that to the mood that fits your mood for the day.

Features

  • Simple and responsive design for easy access on various devices.
  • Colorful graphic design of how your moods changes over a long period of time

Contributing

Contributions are welcome! To contribute to Moods, follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/awesome-feature).
  3. Make changes and commit (git commit -am 'Add awesome feature').
  4. Push to the branch (git push origin feature/awesome-feature).
  5. Create a new Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Quests To Do:

This project is still in its MVP phase, so alot of revamping needs to be done. I've compiled a list of quests I still have to do.

  1. Overall UI design
  2. Responsive design for all forms of media
  3. Code Structure changes. -It's very messy.