Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.