Commit 71c65516 by Madhankumar

initial commit

parent e448dd7f
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Getting Started with Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
The page will reload when you make changes.\
You may also see any lint errors in the console.
### `npm test`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
### `npm run build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
### `npm run eject`
**Note: this is a one-way operation. Once you `eject`, you can't go back!**
If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own.
You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
## Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).
### Code Splitting
This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
### Analyzing the Bundle Size
This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
### Making a Progressive Web App
This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
### Advanced Configuration
This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
### Deployment
This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
### `npm run build` fails to minify
This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
{
"task": [
{
"text": "react js learning",
"day": "Feb 12th at 3:00pm",
"remainder": true,
"id": 2
}
]
}
\ No newline at end of file
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;600&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div class="logo">
<img
src="https://krds-assignment.github.io/aoc/api-assets/logo-aoc.png"
/>
</div>
<section class="container">
<div class="card cardbg1">
<div class="card-body">
<div class="card-text">
<img
src="https://krds-assignment.github.io/aoc/api-assets/logo-f-secure.png"
/>
<p class="title">
Astonishing features requires worry-free security
</p>
<hr />
<p class="sub-title">1 YEAR FREE MOBILE SECURITY</p>
</div>
<div class="card-image">
<img
src="https://krds-assignment.github.io/aoc/api-assets/image-1.png"
/>
</div>
</div>
</div>
<div class="card cardbg2">
<div class="card-body">
<div class="card-text">
<img
src="https://krds-assignment.github.io/aoc/api-assets/logo-digitainment.png"
/>
<p class="title">Be hooked!</p>
<hr />
<p class="sub-title">2000+ MOVIES FROM BOLLYWOOD</p>
</div>
<div class="card-image">
<img
src="https://krds-assignment.github.io/aoc/api-assets/image-2.png"
/>
</div>
</div>
</div>
<div class="card cardbg3">
<div class="card-body">
<div class="card-text">
<img
src="https://krds-assignment.github.io/aoc/api-assets/logo-adaptxt.png"
/>
<p class="title">The best things in life are free</p>
<hr />
<p class="sub-title">FREE MOBILE POUCH</p>
</div>
<div class="card-image">
<img
src="https://krds-assignment.github.io/aoc/api-assets/image-3.png"
/>
</div>
</div>
</div>
<div class="card cardbg4">
<div class="card-body">
<div class="card-text">
<img
src="https://krds-assignment.github.io/aoc/api-assets/logo-hungama.png"
/>
<p class="title">The thump never ends here</p>
<hr />
<p class="sub-title">1000’s OF SONGS</p>
</div>
<div class="card-image">
<img
src="https://krds-assignment.github.io/aoc/api-assets/image-4.png"
/>
</div>
</div>
</div>
<div class="card cardbg5">
<div class="card-body">
<div class="card-text">
<img
src="https://krds-assignment.github.io/aoc/api-assets/logo-adaptxt.png"
/>
<p class="title">Being globally you</p>
<hr />
<p class="sub-title">21 INDIAN & FOREIGN LANGUAGES</p>
</div>
<div class="card-image">
<img
src="https://krds-assignment.github.io/aoc/api-assets/image-5.png"
/>
</div>
</div>
</div>
<div class="card cardbg6">
<div class="card-body">
<div class="card-text">
<img
src="https://krds-assignment.github.io/aoc/api-assets/logo-read-where.png"
/>
<p class="title">For the wise</p>
<hr />
<p class="sub-title">1000 PTS DISCOUNT ON SUBSCRIPTION</p>
</div>
<div class="card-image">
<img
src="https://krds-assignment.github.io/aoc/api-assets/image-6.png"
/>
</div>
</div>
</div>
</section>
</body>
</html>
This source diff could not be displayed because it is too large. You can view the blob instead.
{
"name": "myproject",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"json-server": "^0.17.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-router-dom": "^6.15.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"server": "json-server --watch db.json --port 5000 --host 192.168.1.91"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
import React, { useEffect } from 'react'
import {Link} from "react-router-dom"
function About() {
return (
<div>
<h4>Version 1.0.0</h4>
<Link to='/'> Go back</Link>
</div>
)
}
export default About
import { useEffect, useState } from "react";
import Header from "./Header";
import Tasks from "./Tasks";
import Form from "./Form";
import Footer from "./Footer";
import About from "./About";
import { BrowserRouter as Router, Route, Routes } from "react-router-dom";
function App() {
const [task, setTask] = useState([]);
const [showAddTask, setShowAddTask] = useState(false);
const [editTodo, setEditTodo] = useState(null);
const [isedit, setIsEdit] = useState(false);
const deleteTask = async (id) => {
await fetch(`http://192.168.1.91:5000/task/${id}`, { method: "DELETE" });
setTask(task.filter((e) => e.id !== id));
};
const remainder = async (id) => {
const toogle = await getTaskById(id);
const result = { ...toogle, remainder: !toogle.remainder };
const res = await fetch(`http://192.168.1.91:5000/task/${id}`, {
method: "PUT",
headers: { "Content-type": "application/json" },
body: JSON.stringify(result),
});
const data = await res.json();
setTask(
task.map((e) => (e.id === id ? { ...e, remainder: data.remainder } : e))
);
};
const addTask = async (data) => {
const res = await fetch(`http://192.168.1.91:5000/task`, {
method: "POST",
headers: { "Content-type": "application/json" },
body: JSON.stringify(data),
});
const result = await res.json();
setTask([...task, result]);
};
const getTask = async () => {
const tasktracker = await fetch("http://192.168.1.91:5000/task");
const response = await tasktracker.json();
setTask(response);
};
const getTaskById = async (id) => {
const tasktracker = await fetch(`http://192.168.1.91:5000/task/${id}`);
const response = await tasktracker.json();
return response;
};
const editTask = async (id) => {
const res = await getTaskById(id);
setEditTodo(res);
setIsEdit(!isedit);
setShowAddTask(!showAddTask);
};
const editTodoTask = async (datas) => {
console.log(datas);
const response = await fetch(
`http://192.168.1.91:5000/task/${editTodo.id}`,
{
method: "PUT",
headers: { "Content-type": "application/json" },
body: JSON.stringify(datas),
}
);
const data = await response.json();
setTask(task.map((e) => (e.id === data.id ? data : e)));
setIsEdit(!isedit);
};
useEffect(() => {
getTask();
}, []);
return (
// <> default it takes root id as div
//passing the values from parent to child using props
<Router>
<div className="container">
<Header
addtask={() => setShowAddTask(!showAddTask)}
showAdd={showAddTask}
/>
<Routes>
<Route
path="/"
exact
element={
<>
{showAddTask && (
<Form
addtask={addTask}
onEdit={editTodoTask}
onEditData={editTodo}
iseditTask={isedit}
/>
)}
{task.length > 0 ? (
<Tasks
task={task}
ondelete={deleteTask}
onEdit={editTask}
toggle={remainder}
addtask={addTask}
/>
) : (
<h3>No Tasks </h3>
)}
</>
}
></Route>
<Route exact path="/about" element={<About/>} />
</Routes>
<Footer />
</div>
</Router>
);
}
export default App;
import React from 'react'
import PropTypes from 'prop-types'
function Button({text,color,onclick}) {
return (
<div>
<button style={{background:color}} className='btn' onClick={onclick}>{text}</button>
</div>
)
}
Button.defaultProps={
}
Button.propTypes = {
text:PropTypes.string,
onclick:PropTypes.func
}
export default Button
import React from 'react'
import {Link} from "react-router-dom"
function Footer() {
return (
<div>
<div style={{textAlign:'center'}}>
<p>Copyrights &copy; 2023</p>
<Link to="/about">About</Link>
</div>
</div>
)
}
export default Footer
import React, { useState,useEffect } from "react";
function Form({addtask,onEdit,iseditTask,onEditData}) {
const [text ,setText]=useState("");
const [day ,setDay]=useState("");
const [remainder ,setRemainder]=useState(false);
const onsubmit=(e)=>{
e.preventDefault();
if(!iseditTask){
addtask({text,day,remainder});
}
else{
onEdit({text,day,remainder});
}
setText('');
setDay('');
setRemainder(false)
}
useEffect(()=>{
console.log(iseditTask)
if(iseditTask){
setText(onEditData.text);
setDay(onEditData.day);
setRemainder(onEditData.remainder);
}
},[onEditData])
return (
<div>
<form onSubmit={onsubmit} className="form-control">
<div className="form-input">
<label>Task</label>
<input type="text" required placeholder="Add Task" value={text} onChange={(e)=>setText(e.target.value)}></input>
</div>
<div className="form-input">
<label>Day & Time</label>
<input type="text" required placeholder="Add Day & Time" value={day} onChange={(e)=>setDay(e.target.value)}></input>
</div>
<div className="chkRemainder">
<label>Set Remainder</label>
<input type="checkbox" className="check" value={remainder} checked={remainder} onChange={(e)=>setRemainder(e.currentTarget.checked)}></input>
</div>
<button>Save Task</button>
</form>
</div>
);
}
export default Form;
import React, { useEffect } from "react";
import Button from "./Button";
import { useLocation } from "react-router-dom";
function Header({ showAdd, addtask}) {
const location=useLocation();
return (
<div className="header">
<h2>Task Tracker</h2>
{location.pathname==='/' && (<Button
color={!showAdd ? "green" : "red"}
text={!showAdd ? "Add" : "Close"}
onclick={addtask}
/>)
}
</div>
);
}
Header.propTypes = {};
export default Header;
import React from "react";
import { FaTimes,FaPen } from "react-icons/fa";
function Task({ data, deletetask, remainder,edittask,isedit }) {
return (
<div
className={`task ${data.remainder ? "task-remainder" : ""}`}
onDoubleClick={remainder}
>
<h4>
{data.text}<div><FaPen onClick={edittask} /> <FaTimes className="close" onClick={deletetask} /></div>
</h4>
<p>{data.day}</p>
</div>
);
}
export default Task;
import React from 'react'
import Task from './Task'
function Tasks({task,ondelete,toggle,onEdit,isEdit}) {
return (
<div className='addtask'>
{task.map((t,i)=>(<Task key={i} data={t} deletetask={()=>ondelete(t.id)} remainder={()=>toggle(t.id)} edittask={()=>onEdit(t.id)} isedit={isEdit} />))}
</div>
)
}
export default Tasks
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: "Poppins", sans-serif;
}
.container {
border: 2px solid gray;
max-width: 500px;
min-height: 300px;
padding: 20px;
border-radius: 5px;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
margin: 30px auto;
overflow: auto;
}
.header {
display: flex;
justify-content: space-between;
margin-bottom: 27px;
}
.btn {
background: green;
outline: none;
color: white;
padding: 10px 32px;
border: none;
border-radius: 5px;
cursor: pointer;
transition: 0.2s all;
}
.btn:active {
transform: scale(0.98);
}
.task {
background-color: #f4f4f4;
margin: 10px auto;
padding: 10px;
user-select: none;
}
.task h4 {
display: flex;
justify-content: space-between;
}
.task h4 div>svg:first-child{
cursor: pointer;
color:blue;
margin-right: 10px;
}
.close {
color: red;
cursor: pointer;
}
.task-remainder {
border-left: 2px solid green;
}
.form-control {
margin: 10px;
}
.form-control .form-input input {
width: 100%;
height: 40px;
padding: 10px;
margin: 10px 0px;
}
.form-control label {
display: block;
}
.form-control .chkRemainder {
display: flex;
align-items: center;
justify-content: space-between;
margin: 20px 0px;
}
.form-control .check {
flex: 1;
height: 20px;
}
.form-control button {
background: black;
outline: none;
color: white;
padding: 10px 32px;
border: none;
border-radius: 5px;
cursor: pointer;
width: 100%;
}
.addtask {
height: 300px;
overflow: auto;
}
import React from 'react';
import ReactDOM from 'react-dom/client';
import './index.css';
import App from './App';
import reportWebVitals from './reportWebVitals';
const root = ReactDOM.createRoot(document.getElementById('root'));
root.render(
// <React.StrictMode>
<App />
// </React.StrictMode>
);
// If you want to start measuring performance in your app, pass a function
// to log results (for example: reportWebVitals(console.log))
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
reportWebVitals();
const reportWebVitals = onPerfEntry => {
if (onPerfEntry && onPerfEntry instanceof Function) {
import('web-vitals').then(({ getCLS, getFID, getFCP, getLCP, getTTFB }) => {
getCLS(onPerfEntry);
getFID(onPerfEntry);
getFCP(onPerfEntry);
getLCP(onPerfEntry);
getTTFB(onPerfEntry);
});
}
};
export default reportWebVitals;
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: "Poppins", sans-serif;
}
.container {
display: flex;
flex-wrap: wrap;
min-height: 100vh;
max-width: 1920px;
margin: 0 auto;
}
.card {
min-height: 50vh;
width: 33.333%;
display: flex;
}
.card-body {
display: flex;
align-items: center;
width: 100%;
justify-content: space-between;
}
.card-text {
font-size: 18px;
width: 40%;
}
.sub-title {
font-size: 15px;
}
.card-image {
display: flex;
}
.card-image img {
max-width: 100%;
max-height: 50vh;
}
.card-text img,
.logo img {
height: 50px;
object-fit: contain;
aspect-ratio: 3/2;
}
.logo {
position: absolute;
top: 3px;
left: 18px;
}
.card p {
color: white;
}
.cardbg1 {
background: #41ca6e;
}
.cardbg2 {
background: #fab153;
}
.cardbg3 {
background: #7277d5;
}
.cardbg4 {
background: #f87d51;
}
.cardbg5 {
background: #ed5466;
}
.cardbg6 {
background: #4ec2e7;
}
hr {
height: 2px;
background-color: white;
border: none;
margin: 10px 10px 10px 0px;
}
/* @media only screen and (min-width: 320px), screen and (max-width: 573px) {
.logo img {
max-width: 100%;
height: 40px;
}
} */
@media only screen and (max-width: 768px) {
.card {
width: 100%;
min-height: calc(100vh - 67px);
}
.card .card-body {
display: flex;
flex-direction: column;
padding: 40px auto;
padding: 100px 0px;
gap: 3em;
}
.logo {
position: relative;
background: white;
left: 0;
top: 0;
}
.logo img {
max-width: 100%;
height: 60px;
margin-left: 10px;
mix-blend-mode: exclusion;
background: black;
}
.card-text img {
height: 80px;
}
.card-text {
font-size: 34px;
font-family: "Poppins";
max-width: 60vw;
width: 100%;
}
.sub-title {
font-size: 25px;
}
.card-text .title {
font-weight: bold;
}
.card-text > p:first-of-type {
width: 100%;
text-transform: uppercase;
}
.card-image img {
max-width: 100%;
max-height: 50vh;
}
}
@media only screen and (min-width: 769px) {
.card {
width: 50%;
min-height: 50vh;
}
.card-body {
padding-left: 39px;
}
.card-text,
.sub-title {
font-size: 16px;
}
.container > div:nth-child(6) > .card-body .card-image {
max-width: 100%;
padding: 0px;
}
.card-image img {
padding: 35px;
}
}
@media only screen and (min-width: 1023px) {
.card {
min-height: 50vh;
width: 33.333%;
}
.card-body {
padding: 0px;
padding-left: 65px;
}
.logo img {
height: 45px;
}
.card-text {
width: 55%;
}
.card-text,
.sub-title {
font-size: 16px;
}
.card-image {
max-width: 100%;
}
.card-image img {
max-width: 100%;
max-height: 50vh;
}
}
@media only screen and (min-width: 1024px) {
.title,
.sub-title {
font-size: 14px;
}
.card-text img {
height: 50px;
}
.card-body {
padding-left: 35px;
}
}
@media only screen and (min-width: 1440px) {
.card {
height: 50vh;
}
.title,
.sub-title {
font-size: 18px;
}
.card-body {
padding-left: 70px;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment