Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/irynadidkivska/dashboard
A web for online market
https://github.com/irynadidkivska/dashboard
css hooks html js react routes styled-components
Last synced: 9 days ago
JSON representation
A web for online market
- Host: GitHub
- URL: https://github.com/irynadidkivska/dashboard
- Owner: IrynaDidkivska
- Created: 2023-12-07T13:15:07.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2023-12-14T15:18:16.000Z (11 months ago)
- Last Synced: 2023-12-14T16:34:35.783Z (11 months ago)
- Topics: css, hooks, html, js, react, routes, styled-components
- Language: JavaScript
- Homepage: https://dashboard-drab-nine-67.vercel.app
- Size: 493 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dashboard
This is a testing project.
## Technologies Used
The project leverages the following technologies and libraries:
- [React](https://reactjs.org/): The core library for building the user
interface.
- [react-loader-spinner](https://www.npmjs.com/package/react-loader-spinner):
For displaying loading animations.
- [react-responsive](https://www.npmjs.com/package/react-responsive): For
responsive design.
- [react-router-dom](https://react-router-dom.js.org/): For routing.
- [react-toastify](https://fkhadra.github.io/react-toastify/): For adding
notifications.
- [styled-components](https://styled-components.com/): For component styling.
- [modern-normalize](https://github.com/sindresorhus/modern-normalize): For CSS
normalization.
- [nanoid](https://www.npmjs.com/package/nanoid): For unique ID generation.The project is bootstrapped with Vite + React and features responsive design.
## Setup Instructions
1. Clone the repository: git clone https://github.com/IrynaDidkivska/Dashboard
2. Navigate to the project folder: cd your-repo-name
3. Install dependencies: npm install
4. Start the application: npm start