Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/injamamulhak0804/testing_app
https://github.com/injamamulhak0804/testing_app
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/injamamulhak0804/testing_app
- Owner: injamamulhak0804
- Created: 2024-02-17T01:39:24.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-11T01:08:30.000Z (9 months ago)
- Last Synced: 2024-04-11T03:16:33.267Z (9 months ago)
- Language: JavaScript
- Size: 306 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# components
- Header
- Blog
- About
- Contact# Day - 1:
- Create a Header and Routes it!.
# Day -2:
- Set a route between the components
# Day - 3:
- Make a API call and fetch the data from swiggy API.
# Day - 4:
- Setting up a carousel
# Day - 5:
- setting up a card menu
# Day - 6:
- Setting up a link for specific card elements
# Day - 7:
- Make Card List
# Day - 8:
- Make a card List items.
# Day - 9:
- Make a About card.
# Day - 10:
- Make a Contact card.
# Day - 11:
- Make a Shimmer UI for Home and card List
# Day - 12:
- Create a signup page and make a route of it.
# Things are Done According to the way
- Install a npm create vite@latest
- Create a components
- Set up tailwindcss
- Design a Header components
- import npm-react-router
- Set up Routes between the components
- import Link to link a component
- make a API call and get the data
- make carousel and design it.
- make API for card menu in body component.
- Design a card list and make responsive it.
- Make a link for each card link components
- Create a route for each specicific card
- create a list of recommended items.
- create a list up and down function.
- create a About Card design it!.
- create a Contact Card.
- create a Shimmer Component for both home and card list.
- install npm i @reduxjs/toolkit and npm i react-redux.