This project was bootstrapped with Create React App.
In building this project I made use of tailwind css as my css framework to save time Other depencies includes
- React icons
- Swiper Js
This is a simple React app that can be built and run using Docker.
Before you get started, you'll need to make sure you have the following installed on your machine: Docker
To build the app, follow these steps:
-
Clone the repository to your local machine.
-
Navigate to the project directory in your terminal.
-
Run the following command to build the Docker image:
docker build -t tecttime .
This will build the Docker image and tag it as "techtime".
To run the app, follow these steps:
-
Run the following command to start a Docker container:
docker run --name techtime_c -p 3000:3000 -d techtime
This will start a Docker container running the app and map port 3000 in the container to port 3000 on your local machine.
- Open your web browser and navigate to http://localhost:3000. You should see the app running!
Stopping the App To stop the app, simply press CTRL+C in your terminal to stop the Docker container.
That's it!!! So, the app can run and modify as see fit
This is the link to the deployed site on netlify https://dynamic-meerkat-610c40.netlify.app/