RNtaate / vite_todo

A simple todo project built to test out the basic workings of React JS with Vite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vite Todo

Project Description

This is a simple todo list web application built using React JS with Vite to test out the basic workings of Vite

A user can create a todo item, select a created item to view its details, mark it as completed, and delete an item

Future features

  • The ability to edit an already created item.
  • Use local storage to make the created list items persistent.
  • Add date of copmletion and priority levels to the created list items.

🔧 Built with

Screenshot / Demo video

vite_todo3.mp4

🔴 Live Demo

  • <not yet available>

Get started

Prerequisites

  • Node

Steps to follow

  1. Clone the repository to your local machine by running git clone git@github.com:RNtaate/vite_todo.git in your terminal

  2. On your local machine, navigate to the project folder using the cd command in your terminal

  3. Run npm install to install all the necessary dependencies.

  4. Run npm run dev to start the application on a local server

🤝 Contributions

There are two ways of contributing to this project:

  1. If you see something wrong or not working, please check the issue tracker section, if that problem you met is not in already opened issues then open the issue by clicking on the new issue button.

  2. If you have a solution to that issue, and you are willing to work on it, follow the below steps to contribute:

    1. Fork this repository

    2. Clone it on your local computer by running git clone git@github.com:RNtaate/vite_todo.git Replace RNtaate with the username you use on github

    3. Open the cloned repository which appears as a folder on your local computer with your favorite code editor

    4. Create a separate branch off the master branch or main branch,

    5. Write your code which fixes the issue you found

    6. Commit and push the branch you created

    7. Raise a pull request, comparing your new created branch with my original master or main branch here

✒️ Authors

👤 Roy Ntaate

Show your support

Give a ⭐️ if you like this project!

About

A simple todo project built to test out the basic workings of React JS with Vite


Languages

Language:JavaScript 65.5%Language:CSS 31.2%Language:HTML 3.3%