https://github.com/fasakinhenry/ideatracker
A simple App for people to store and keep track of their Ideas
https://github.com/fasakinhenry/ideatracker
appwrite ideas javascript notes react tailwind track
Last synced: about 2 months ago
JSON representation
A simple App for people to store and keep track of their Ideas
- Host: GitHub
- URL: https://github.com/fasakinhenry/ideatracker
- Owner: fasakinhenry
- Created: 2024-10-31T00:46:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-21T11:17:24.000Z (over 1 year ago)
- Last Synced: 2025-12-01T17:28:22.915Z (6 months ago)
- Topics: appwrite, ideas, javascript, notes, react, tailwind, track
- Language: JavaScript
- Homepage: https://ideatrack.vercel.app
- Size: 169 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IdeaTracker

> [Check it out here](https://ideatracker.vercel.app)
## Introduction
IdeaTracker is a web application built with React and Vite. It allows users to track and manage their ideas efficiently. The application supports user authentication, idea creation, editing, and deletion, and provides a responsive design for a seamless user experience.
## Tech Stack
- **Frontend:** React, Vite
- **Backend:** Appwrite
- **Styling:** Tailwind CSS
- **Build Tool:** Vite
- **Linting:** ESLint
- **Icons:** Iconify
## Features
- User authentication and management
- Idea creation, editing, and deletion
- Responsive design
- Fast and efficient development with Vite
- ESLint integration for code quality
## Quick Start
### Prerequisites
- Node.js (>= 14.x)
- npm (>= 6.x)
### Installation
1. Clone the repository:
```sh
git clone https://github.com/fasakinhenry/ideatracker.git
cd ideatracker
```
2. Install dependencies:
```sh
npm install
```
### Development
To start the development server with hot module replacement (HMR):
```sh
npm run dev -- --port 3000
```
Made with 💖 by Fasakin Henry
> Copyright 2024