https://github.com/olafsulich/projecty
Open source tool for projects management
https://github.com/olafsulich/projecty
firebase open-source opensource react redux typescript
Last synced: 11 months ago
JSON representation
Open source tool for projects management
- Host: GitHub
- URL: https://github.com/olafsulich/projecty
- Owner: olafsulich
- License: mit
- Created: 2020-03-30T18:08:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-03T20:31:19.000Z (about 2 years ago)
- Last Synced: 2025-05-07T10:23:13.283Z (about 1 year ago)
- Topics: firebase, open-source, opensource, react, redux, typescript
- Language: TypeScript
- Size: 6.84 MB
- Stars: 13
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

Projecty - open source project management tool
## Project Overview 🎉
Projecty is an open source tool for project management, where you and your team can follow work progress. As a team member you can add new announcements, create new sprints and backlogs. Feel free to change your nick name and avatar whenever you like. Also, you can estimate sprint duration and change status of your sprints/backlogs.
## Tech/framework used 🔧
| Tech | Description |
| ----------------------------------------------------- | ----------------------------------------- |
| [React](https://reactjs.org/) | Library for building user interfaces |
| [Typescript](https://www.typescriptlang.org/) | Javascript superset language |
| [Redux](https://redux.js.org/) | A Predictable State Container for JS Apps |
| [Reach Router](https://reach.tech/router) | Declarative routing for React |
| [Firebase](https://firebase.google.com/) | Google development platform |
| [Styled Components](https://styled-components.com/) | Visual primitives for the component age. |
| [CircleCI](https://circleci.com/) | Continuous Integration platform |
| [Formik](https://jaredpalmer.com/formik/) | Forms with easy-to-use validation. |
| [React Testing Library](https://testing-library.com/) | Testing library for React |
| [Husky](https://github.com/okonet/lint-staged) | Pre-commit tool. |
| [Lint-staged](https://github.com/okonet/lint-staged) | Pre-commit tool. |
| [Eslint](https://eslint.org/) | Javascript Linter |
| [Prettier](https://prettier.io/) | Code formatter |
## Screenshots 📺
## Code Example/Issues 🔍
If you have any issues, please let me know in the issues section or directly to olafsulich@gmail.com
## Installation 💾
```bash
git clone https://github.com/olafsulich/Projecty.git
npm install
npm run start
```
## Available scripts
| Command | Description | |
| --------------- | ---------------------- | --- |
| `npm run start` | Open local server | |
| `npm run build` | Create optimized build | |
| `npm run test` | Run tests | |
## Live 📍
https://projecty.netlify.app/
## Contributing
Projecty is an open source project, and contributions of any kind are welcome and appreciated. Open issues, bugs, and feature requests are all listed on the [issues](https://github.com/olafsulich/Projecty/issues) tab and labeled accordingly. Feel free to open bug tickets and make feature requests.
View [CONTRIBUTING.md](CONTRIBUTING.md) to learn about the style guide, folder structure, scripts, and how to contribute.
## Contributors
Thanks goes to these wonderful people:

Olaf Sulich
💻 🤔 🐛

kamilsutkowski
🐛
## License 🔱
Under license (MIT, Apache etc)
MIT © [Olaf Sulich]()