https://github.com/charandvvk/cappsule-frontend-task
ReactJS-based Web Application developed as part of a hiring assignment by Cappsule.
https://github.com/charandvvk/cappsule-frontend-task
css3 html5 javascript-es6 reactjs
Last synced: 3 months ago
JSON representation
ReactJS-based Web Application developed as part of a hiring assignment by Cappsule.
- Host: GitHub
- URL: https://github.com/charandvvk/cappsule-frontend-task
- Owner: charandvvk
- Created: 2024-05-20T05:01:46.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T05:41:41.000Z (about 2 years ago)
- Last Synced: 2025-01-21T11:30:23.250Z (over 1 year ago)
- Topics: css3, html5, javascript-es6, reactjs
- Language: JavaScript
- Homepage: https://charan-cappsule-frontend-task.netlify.app/
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cappsule Frontend Task: ReactJS-based Web Application
This project is developed as part of a hiring assignment for the role of Frontend Developer at [Cappsule](https://www.linkedin.com/company/cappsuleindia/).
## Table of Contents
1. [Demo](#demo)
2. [Technologies](#technologies)
3. [Setup](#setup)
## Demo
You can experience a live demo of the application [here](https://charan-cappsule-frontend-task.netlify.app/), hosted on Netlify.
## Technologies
- [ReactJS](https://react.dev)
- [JavaScript/ES6](https://www.javascript.com/)
- [CSS3](https://css3.com/)
- [HTML5](https://html.com/)
## Setup
To get a local copy of the project up and running, follow these steps:
1. Launch your preferred command-line interface (CLI).
2. Clone the repository: `git clone https://github.com/charandvvk/Cappsule-Frontend-Task.git`
3. Change to the project directory: `cd Cappsule-Frontend-Task`
4. Install dependencies: `npm i`
5. Start the development server: `npm run dev`
6. Open your favored browser and navigate to http://localhost:5173.