Skip to content

sebastianmontandon/TODO-Django-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task App

A simple Task web application built with Django, React, SQLite, and Tailwind CSS. This project allows users to create, read, update, and delete tasks in a user-friendly interface.

Task App Home Screenshot Task App Create Screenshot Task App Update/Delete Screenshot

Features

  • Create: Add new tasks to your Task list.
  • Read: View your existing tasks with ease.
  • Update: Edit task details.
  • Delete: Remove tasks you no longer need.
  • Responsive: Works seamlessly on desktop and mobile devices.
  • User-Friendly: A clean and intuitive user interface.

Technologies Used

  • Backend: Python with Django
  • Frontend: React with Vite
  • Database: SQLite
  • Styling: Tailwind CSS

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

You will need the following tools to run this project:

Installation

  1. Clone the repository:

    git clone https://github.com/sebastianmontandon/TODO-Django-React.git
  2. Install backend dependencies:

    pip install -r requirements.txt
  3. Install frontend dependencies:

    cd client
    npm install

Usage

  1. Start the Django backend server:

    python manage.py runserver
  2. Start the React frontend development server:

    cd client
    npm run dev

Contributing

Contributions are welcome! If you would like to contribute to this project, please follow these steps:

  1. Fork the project on GitHub.
  2. Create a new branch with a descriptive name.
  3. Make your changes and commit them.
  4. Push your branch to your fork.
  5. Create a pull request with a clear title and description.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published