Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# react-challenge
# react-challenge

Link: https://react-challenge-c02ae.firebaseapp.com/
16 changes: 16 additions & 0 deletions anime-list/.firebase/hosting.YnVpbGQ.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
asset-manifest.json,1552279615595,88232f84d09fac976694372af04979a51514896584fb354ac2ce5485514a115b
favicon.ico,1552279527768,c599b7a91ab3627e3538125d9f40adc2d4bf949046984262670545dc7738af06
index.html,1552279615595,49b63d350bfd54142da08757fd405b73089a360deb0d5e1ddd628ff438455065
manifest.json,1552279527768,ed7b98046be74c7d1476b73ebb8cd1f00c2b34443af1525af60b9dd20be9fb9a
precache-manifest.f7f11596d0151633317d58172a4f925a.js,1552279615595,2914085fb89ba42428523a6ef078bb185bcbd1222c5d1c3506a179c34738854e
service-worker.js,1552279615595,799987256d6f017e502268aa81832db725cb88128e5f4cdff4a78de3744178f5
static/css/main.82291402.chunk.css,1552279615599,4f8a26b776459ed17d0faa15a2f27cf468b24ab77fc556bbf3f4760684903929
static/css/main.82291402.chunk.css.map,1552279615655,3b2d7785b2b903fb60b307bfd1e307b07e8081422f0aaab1d93327ee2dc51918
static/js/main.320d640a.chunk.js,1552279615603,e04010f97540845bac1dd8e5d0b2c39590d29b02d41abb89fedeac0ca55011db
static/js/main.320d640a.chunk.js.map,1552279615655,8937e37219a4af0865b16a2fa42c0f7b930ee2d652850e23f005e6fe688ab61a
static/js/runtime~main.fdfcfda2.js,1552279615655,f8959cf2602bcd38f3bd32af487cb68a181f068bd902a6d745e0afa169e5ffd8
static/media/logo.5d5d9eef.svg,1552279615659,414f02d8e5eb2008c3a2411956a98e4913cade810cb6b474882dd41b2271fd6b
static/js/runtime~main.fdfcfda2.js.map,1552279615655,a8a401455e26ed86abc61a092754b78be748d60b7d820f16ae66247076ffb9b6
static/media/loading.dc3215f8.gif,1552279615599,c8ad6153026f8c630e76d8e8d8214fb3a7d6c2f2986807cbbd1159d53178274a
static/js/2.616d9647.chunk.js,1552279615655,ed3a455e36745c6a887785345beecb2af63ed63b1a3c01c2b3b21347f83b2231
static/js/2.616d9647.chunk.js.map,1552279615655,6d1873919c330ea17e6e33711e646daa835d804e71b28d2b3cbbfcb34ef7e9cc
5 changes: 5 additions & 0 deletions anime-list/.firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "react-challenge-c02ae"
}
}
23 changes: 23 additions & 0 deletions anime-list/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# 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*
68 changes: 68 additions & 0 deletions anime-list/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
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.<br>
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.<br>
You will also see any lint errors in the console.

### `npm test`

Launches the test runner in the interactive watch mode.<br>
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.<br>
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.<br>
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

### Analyzing the Bundle Size

This section has moved here: 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

### Advanced Configuration

This section has moved here: 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

### `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
20 changes: 20 additions & 0 deletions anime-list/firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"firestore": {
"rules": "firestore.rules",
"indexes": "firestore.indexes.json"
},
"hosting": {
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}
4 changes: 4 additions & 0 deletions anime-list/firestore.indexes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"indexes": [],
"fieldOverrides": []
}
7 changes: 7 additions & 0 deletions anime-list/firestore.rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
service cloud.firestore {
match /databases/{database}/documents {
match /{document=**} {
allow read, write;
}
}
}
Loading