create welcome and category screens #2

Merged
ahmedsosic merged 1 commits from welcomscreen into main 2022-03-10 16:54:25 +01:00
3 changed files with 51 additions and 16108 deletions

16152
kivi-cars/package-lock.json generated

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@@ -1,10 +1,15 @@
import './App.css';
import React from 'react';
import Category from './components /Categories';
import Welcome from './components /Welcome';
function App() {
return (
<div className="App">
<h1>Hello</h1>
<Category />
</div>
);
}