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.
- Host: GitHub
- URL: https://github.com/aritra-basak/react-to-do-list
- Owner: Aritra-Basak
- Created: 2023-04-21T16:42:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-12T15:26:50.000Z (about 2 years ago)
- Last Synced: 2024-05-13T15:55:12.516Z (about 2 years ago)
- Topics: bootstrap, css3, github-pages, javascript, react, react-js, reactjs
- Language: JavaScript
- Homepage: https://aritra-basak.github.io/React-To-Do-List/
- Size: 1.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.