Stats Daily is a web application designed to help users track their daily tasks, set targets, and evaluate their work performance. By visualizing their progress and statistics, users can gain insights into their productivity and make necessary changes to improve.
- User authentication
- Daily task input and tracking
- Visualization of task completion statistics
- Clean and user-friendly interface
To get started with the project, follow these steps:
-
Clone the repository:
git clone https://github.com/snvshal/stats-daily.git cd stats-daily
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
The application will be available at http://localhost:3000.
Contributions are welcome! Please open an issue or submit a pull request for any changes or improvements.
- Fork the repository
- Create a new branch
git checkout -b feature-branch
- Commit your changes
git commit -m 'Add new feature'
- Push to the branch
git push origin feature-branch
- Open a pull request