An open API service indexing awesome lists of open source software.

https://github.com/aritra-basak/react-to-do-list

A To Do ✔️ List using React.js to note down daily tasks. Don't forget to npm install.
https://github.com/aritra-basak/react-to-do-list

bootstrap css3 github-pages javascript react react-js reactjs

Last synced: 3 months ago
JSON representation

A To Do ✔️ List using React.js to note down daily tasks. Don't forget to npm install.

Awesome Lists containing this project

README

          

# Getting Started with React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

# This project has been developed from scratch using React.js, showcasing various features such as React Router, localStorage management, useState, and useEffect hooks.

# Deployment
The project is deployed on GitHub Pages using the following simple steps:
1. Use: 'npm install gh-pages --save-dev'to add the Github Pages Dependencies.
2. In package.json add "homepage": "https://Username.github.io/Repository-name" before the "name" object.
3. In package.json inside the "scripts": add "predeploy": "npm run build", "deploy": "gh-pages -d build",
4. Push the modified code to your github repository.
5. Using 'npm run deploy' deploy it on the Github pages.
6. Once deployed, the project will be accessible at "https://Username.github.io/Repository-name" after few minutes.