Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shravzzv/genesis-client
- Owner: shravzzv
- License: mit
- Created: 2025-01-20T04:11:14.000Z (26 days ago)
- Default Branch: main
- Last Pushed: 2025-01-20T05:16:13.000Z (26 days ago)
- Last Synced: 2025-01-20T05:28:15.280Z (26 days ago)
- Topics: client, productivity, productivity-tool, react, reactjs, vercel
- Language: JavaScript
- Homepage: https://genesis-client-chi.vercel.app
- Size: 119 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
---