Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kubatbekkk/rs-clone---trello
A Kanban app with React and TypeScript would be a visual task management tool that uses a board with columns to represent different stages of a workflow. Each column contains cards that represent individual tasks or items to be completed. Users can add, move, and delete cards between columns to reflect the status of their work.
https://github.com/kubatbekkk/rs-clone---trello
firebase react styled-components typescipt
Last synced: 6 days ago
JSON representation
A Kanban app with React and TypeScript would be a visual task management tool that uses a board with columns to represent different stages of a workflow. Each column contains cards that represent individual tasks or items to be completed. Users can add, move, and delete cards between columns to reflect the status of their work.
- Host: GitHub
- URL: https://github.com/kubatbekkk/rs-clone---trello
- Owner: Kubatbekkk
- Created: 2023-02-01T13:35:57.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-01T11:46:42.000Z (almost 2 years ago)
- Last Synced: 2024-11-13T01:52:08.683Z (2 months ago)
- Topics: firebase, react, styled-components, typescipt
- Language: TypeScript
- Homepage: https://rskanban.netlify.app/
- Size: 25.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### RS-Kanban Project for RS-Clone Task
The RS-Kanban project is a task management application that utilizes various technologies, including React, Typescript, Styled-Components, Webpack, Eslint, and Firebase. The application uses Kanban methodology to organize tasks into cards that can be moved across columns on a board.
The application's use of Firebase allows for real-time updates.
Additionally, the use of TypeScript and Eslint ensures code quality and consistency throughout the project.#### Used Technologies
1. React
2. Typescript
3. Styled-Components
4. Webpack
5. Eslint
6. Firebase#### Getting Started
To get started with this project, you can clone the repository and install the dependencies:
`[email protected]:Kubatbekkk/RS-Clone---Trello.git`
`cd RS-Clone---Trello`
`npm install`You will also need to create a Firebase project and add the necessary configuration details to the src/config/Firebase.ts file.
#### Available Scripts
In the project directory, you can run:
`npm start`
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.`npm run build`
Builds the app for production to the build folder.