Skip to content

vijaymehrotra/JustDoIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.