https://github.com/salimzeeshan/hike-haven
A solo project made in 5 days using tech stacks such as React, Chakra UI, React Router DOM and JavaScript.
https://github.com/salimzeeshan/hike-haven
chakraui javascript monday react reactrouter
Last synced: about 1 month ago
JSON representation
A solo project made in 5 days using tech stacks such as React, Chakra UI, React Router DOM and JavaScript.
- Host: GitHub
- URL: https://github.com/salimzeeshan/hike-haven
- Owner: salimzeeshan
- Created: 2022-11-08T12:50:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-20T11:44:41.000Z (over 3 years ago)
- Last Synced: 2025-07-07T22:36:31.904Z (11 months ago)
- Topics: chakraui, javascript, monday, react, reactrouter
- Language: JavaScript
- Homepage: https://hikehaven.netlify.app/
- Size: 377 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hike Haven (clone of [monday](https://monday.com/))
A cloud-based platform that allows
users to create their own applications and project
management software.
## Features
- Fully responsive
- Implemented routing using React Router DOM
- Implemented authentication
## Run Locally
Clone the project
```bash
git clone https://github.com/salimzeeshan/hike-haven.git
```
Go to the project directory
```bash
cd hikehaven
```
Install dependencies
```bash
npm install
```
Start the server
```bash
npm run start
```
## Tech Stack
**Client:** React, JavaScript, Chakr UI, React Router DOM
**Server:** JSON