An open API service indexing awesome lists of open source software.

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.

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.