Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romaindoyen/designandcreation-react
Portfolio that contains my work such as drawings and logos
https://github.com/romaindoyen/designandcreation-react
firebase-database javascript react scss vercel-deployment
Last synced: about 1 month ago
JSON representation
Portfolio that contains my work such as drawings and logos
- Host: GitHub
- URL: https://github.com/romaindoyen/designandcreation-react
- Owner: RomainDoyen
- Created: 2022-08-04T14:37:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-27T11:59:25.000Z (about 1 year ago)
- Last Synced: 2023-12-27T12:49:40.137Z (about 1 year ago)
- Topics: firebase-database, javascript, react, scss, vercel-deployment
- Language: JavaScript
- Homepage: https://designandcreation.vercel.app/
- Size: 1.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DESIGNANDCREATION-REACTโฆ Portfolio that contains my work such as drawings and logos
---
## ๐ Table of Contents
- [๐ Table of Contents](#-table-of-contents)
- [๐ Overview](#-overview)
- [๐ฆ Features](#-features)
- [๐ repository Structure](#-repository-structure)
- [โ๏ธ Modules](#modules)
- [๐ Getting Started](#-getting-started)
- [๐ง Installation](#-installation)
- [๐ค Running designandcreation-react](#-running-designandcreation-react)
- [๐งช Tests](#-tests)
- [๐ฃ Roadmap](#-roadmap)
- [๐ค Contributing](#-contributing)
- [๐ License](#-license)
- [๐ Acknowledgments](#-acknowledgments)---
## ๐ Overview
---
## ๐ฆ Features
---
## ๐ Repository Structure
```sh
โโโ designandcreation-react/
โโโ package-lock.json
โโโ package.json
โโโ public/
โ โโโ index.html
โ โโโ robots.txt
โโโ src/
โโโ App.jsx
โโโ components/
โ โโโ CardDataView.jsx
โ โโโ Counter.jsx
โ โโโ Footer.jsx
โ โโโ Header.jsx
โ โโโ Modal.jsx
โ โโโ Navigation.jsx
โ โโโ Spinner.jsx
โ โโโ UploadImg.jsx
โ โโโ UploadLogo.jsx
โโโ index.jsx
โโโ pages/
โ โโโ About.jsx
โ โโโ Contact.jsx
โ โโโ Draw.jsx
โ โโโ Home.jsx
โ โโโ Logo.jsx
โ โโโ NotFound.jsx
โโโ styles/
โ โโโ _settings.scss
โ โโโ components/
โ โโโ index.css
โ โโโ index.css.map
โ โโโ index.scss
โ โโโ pages/
โโโ utils/
โโโ firebase.config.jsx```
---
## ๐ Getting Started
***Dependencies***
Please ensure you have the following dependencies installed on your system:
`- โน๏ธ Dependency 1`
`- โน๏ธ Dependency 2`
`- โน๏ธ ...`
### ๐ง Installation
1. Clone the designandcreation-react repository:
```sh
git clone https://github.com/RomainDoyen/designandcreation-react.git
```2. Change to the project directory:
```sh
cd designandcreation-react
```3. Install the dependencies:
```sh
npm install
```### ๐ค Running designandcreation-react
```sh
npm start
```### ๐งช Tests
```sh
npm test
```---
[**Return**](#Top)
---