Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.43 KB

README.md

File metadata and controls

56 lines (40 loc) · 1.43 KB

JustDoIt

A full-stack todo application built with React, TypeScript, and Golang.

Screenshots

In Dark Mode

Screenshot from 2024-07-31 12-36-41

In Light Mode

Screenshot from 2024-07-31 12-38-42

Description

This project demonstrates a simple todo app that allows users to create, view, and manage their tasks. The frontend is built using React and TypeScript for a robust and maintainable user interface. The backend is powered by Golang, providing a reliable and efficient API for data management.

Tech Stack

Frontend: React, TypeScript

Backend: Golang

Database: (Specify your database, e.g., MongoDB, PostgreSQL)

Getting Started

Prerequisites:

Node.js and npm (or yarn)
Go
Backend Setup:

Backend Setup

go run main.go

Frontend Setup:

Navigate to the client directory. Install dependencies:

npm install

npm run dev

Usage

Access the todo app in your web browser at http://localhost:3000 (or your configured port). Create, edit, and delete todos.

Screencast.from.2024-07-31.12-37-35.webm

Contributing

Contributions are welcome! Feel free to open issues or pull requests.