https://github.com/fredvuni/trello-clone
This is a Trello clone application built with TypeScript, React, Styled Components, and Context API.
https://github.com/fredvuni/trello-clone
react-icons reactjs responsive-layout styled-components typescript usereducer
Last synced: 2 months ago
JSON representation
This is a Trello clone application built with TypeScript, React, Styled Components, and Context API.
- Host: GitHub
- URL: https://github.com/fredvuni/trello-clone
- Owner: FREDVUNI
- Created: 2023-05-28T11:08:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-12T15:07:51.000Z (about 3 years ago)
- Last Synced: 2025-01-29T14:12:35.796Z (over 1 year ago)
- Topics: react-icons, reactjs, responsive-layout, styled-components, typescript, usereducer
- Language: TypeScript
- Homepage: https://trello-clone.pages.dev/
- Size: 75.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trello Clone
This is a Trello clone application built with TypeScript, React, Styled Components, and Context API. It provides a dark/light theme toggle functionality using local storage to persist the user's theme preference. React Icons library is used for adding icons to the UI. The application is developed using Vite, a fast development build tool for React.
## Features
- Drag and drop cards between lists.
- Dark and light theme toggle.
- Responsive design.
## Technologies Used
- TypeScript
- React
- Styled Components
- React Icons
- Context API
- Vite
## Installation
1. Clone the repository:
```
git clone
```
2. Navigate to the project directory:
```
cd trello-clone
```
3. Install the dependencies:
```
yarn install
```
4. Start the application:
```
yarn dev
```
The application should now be running on [http://localhost:3000](http://localhost:3000).
## Usage
- Drag and drop cards between lists to reorder them or move them to different lists.
- Toggle between dark and light theme using the theme toggle button.
## Screenshot

## Contributing
Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.
## License
This project is licensed under the [MIT License](LICENSE).