sadaf-Daneshgar / react-to-do-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– [ React TODO App ]

[ React todo app] This the todo app that build with react.js.

πŸ›  Built With

  1. βœ… React

Tech Stack

Markup
  • HTML
  • MD markup
Style
  • CSS
Dynamic
  • JavaScript
  • React
  • WepPack

Key Features

  • πŸ”° [React-based project]
  • πŸ”° [Well Code structure]
  • πŸ”° [Responsive]

(back to top)

πŸ’» Getting Started

To get a local copy up and running, follow these steps.

  1. Download or clone this repostory.
  2. Provide a modern web browser.

Prerequisites

In order to run this project you need:

  • βœ” Git installed in your machine.
  • βœ” Sign in or sign up to your Github account.
  • βœ” A professional editer such as VS Code.
  • βœ” An Updated web browser such as Google Chrome, you can download it from here.
  • βœ” Node.js installed in your machine.
  • βœ” Stylelint
  • βœ” ESLint
  • βœ” WebPack
npm init -y
npm install --save-dev hint@7.x
npx hint .
  • βœ” Stylelint
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
  • βœ” ESLint
npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x

Setup

  • Clone this repository to your desired folder:

  • Example commands:

  cd [YOUR FOLDER]
  git clone https://github.com/sadaf-Daneshgar/react-to-do-app.git

Install

  • Run the following command in the root directory of the project to install all dependecies.
  npm install

Usage

  • To run the project, execute the following command:
 cd [YOUR FOLDER]
 git clone https://github.com/sadaf-Daneshgar/react-to-do-app.git

Run tests

  1. Stylelint
npx stylelint "**/*.{css,scss}"
  1. ESLint β˜‘
npx eslint .

Deployment

This project is deployed by the author, no permission for deployment by any other client.

(back to top)

πŸ‘₯ Authors

πŸ‘€ Sadaf Daneshgar

(back to top)

πŸ”­ Future Features

  • [Unit test]
  • [Responsive]
  • [Deployment]
  • [Use developer local storage]

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project, kindly drop a start for the repository;

(back to top)

πŸ™ Acknowledgments

I would like to thank the following individuals and organizations for their contribution to this project.

  • I would like to express my heartfelt gratitude to Microvere for the invaluable learning experience they have provided.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

License:MIT License


Languages

Language:JavaScript 43.9%Language:HTML 30.9%Language:CSS 25.2%