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
23 changes: 23 additions & 0 deletions react-adsify/.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*
17 changes: 17 additions & 0 deletions react-adsify/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# React Challenge

This Challenge engage me with Redux and Redux ToolKit , React-Router-dom v6 and Axios Basics.
I also work with lazy react load and tailwind css in react.

first step: call api with axios from [picsum](https://picsum.photos/) and save items in my redux store. (thunk rtk query)
second step: create a dashboard page and show pics and author in a carousel that you can controll it.
third step: work with some ui stuff like dark mode, header, navbar and carousel style.
fourth step: show detail page info with clicking on each banner and tracking all clickes.
fifth step: create a player that you clicked on each banner get that banner and you can controll it

## Available Scripts

In the project directory, you can run:

### `npm start`

Loading