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

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

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