https://cam-bloom.netlify.app/
This is a static site built with React, the main features are as follows:
- Made with re-usable components
- Fully responsive design
- Disapearing navigation bar using custom hook
- Email form using EmailJS
To get started you must first fork this repo, do this by the "fork" button on the top right of the screen.
Once you have forked this repo to our own account you should your own link. Open your terminal and navigate to location where you would like this file, now use the following command with your url:
git clone <your_url>
You should now have your own copy of the api which can be opened in your IDE of choice.
To ensure the code works as designed you will need to install some npm packages this can be all be done by the following command in your terminal
npm install
To run the development enivroment on your local machine input the following command in your terminal
npm run dev