Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shravzzv/genesis-client

Genesis: A productivity app to help you manage your goals, todos, habits, and journals effectively. Stay organized, track your progress, and achieve your personal and professional milestones with ease.
https://github.com/shravzzv/genesis-client

client productivity productivity-tool react reactjs vercel

Last synced: 25 days ago
JSON representation

Genesis: A productivity app to help you manage your goals, todos, habits, and journals effectively. Stay organized, track your progress, and achieve your personal and professional milestones with ease.

Awesome Lists containing this project

README

        

# Genesis client

[Project demo](https://genesis-client-chi.vercel.app/)

## Description

Genesis client is a web application designed to provide users with an intuitive interface for managing their goals, todos, habits and journals. It is built to enhance productivity and streamline workflow management.

## Features

- User-friendly interface for task management.
- Create, update, delete and view goals, todos, habits and journals.
- Automatic light and dark themes.

## Technologies Used

[![My Skills](https://skillicons.dev/icons?i=css,git,github,html,js,md,react,vercel,vscode)](https://skillicons.dev)

## Installation

To install the project, follow these steps:

```bash
git clone https://github.com/shravzzv/Genesis-client
cd Genesis-client
npm install
```

## Usage

To start the development server, run:

```bash
npm start
```

Open your browser and navigate to `http://localhost:5173` to view the application.

## How to Contribute

If you'd like to contribute, follow these steps:

1. Fork the repository on GitHub.
2. Clone your fork locally.

```bash
git clone https://github.com/shravzzv/Genesis-client
cd Genesis-client
```

3. Create a new branch for your feature or bug fix.

```bash
git checkout -b feature-or-bug-fix-name
```

4. Make your changes, commit them, and push them to your fork.

```bash
git add .
git commit -m "Your commit message here"
git push origin feature-or-bug-fix-name
```

5. Open a Pull Request on GitHub, comparing your branch to the original repository's `main` branch.

## Issue Tracker

Find a bug or want to request a new feature? Please let us know by submitting an issue.

- [Issue Tracker](https://github.com/shravzzv/Genesis-client/issues)

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

---