https://github.com/techmannih/trello_clone_frontend
https://github.com/techmannih/trello_clone_frontend
css3 front-end jsx-syntax react react-hooks react-router tailwindcss vitejs
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/techmannih/trello_clone_frontend
- Owner: techmannih
- Created: 2023-07-13T05:24:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T12:40:53.000Z (over 2 years ago)
- Last Synced: 2025-02-14T05:15:28.947Z (over 1 year ago)
- Topics: css3, front-end, jsx-syntax, react, react-hooks, react-router, tailwindcss, vitejs
- Language: JavaScript
- Homepage: https://jirawebapp.netlify.app/
- Size: 207 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trello clone Frontend
## Local Development
To setup this project locally for development purposes please follow the following steps:
**1. Ensure you Node.js installed. [See](https://nodejs.org/en/download/)**
**2. Clone this repo by running the command-**
$ git clone https://github.com/techmannih/trello_clone_frontend.git
**3. Navigate to the directory where the repo is cloned to.**
$ cd trello_clone_frontend
**4. Run to install all the dependencies.**
$ npm install
**5. Start the application locally by running.**
$ npm start
## Features
- Login Page
- Sign Up page
- Add Todo
- delete Todo
- Add task in Todo
- delete task from todo
- logout account
- delete your account if you want