Welcome in my house, cars and motorcycles Sale App 🏠 !
This is a simple project to get familiar with React (state Management, Side Effects & DOM Manipulation) and some of its libraries like :
- React Icons
- React Router
- ...
And others like Tailwind Merge to apply specific CSS classes depending of some conditions, TypeScript in a React project.
Nota Bene : The project has dark mode and is fully responsive
You can have a look on the project by visiting the following link (on Vercel) : https://react-houses-cars-motorbikes-sell.vercel.app/
Or to run locally use :
git clone https://github.com/Friedrich482/react-houses-cars-motorbikes-sell.git
After that, go in the root of the project and install all dependencies by using :
npm install
And finally to serve the project locally, use the command :
npm run dev
After that open localhost:3000 to see the result.