Skip to content

This repository contains a concept based AdSoul web app, created as part of an assignment.

Notifications You must be signed in to change notification settings

ishandeveloper/adsoul-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdSoul Assignment

This repository contains a concept-based the AdSoul web app, created as part of an assignment.

Live Demo

You can see a live demo of the project by visiting

adsoul.ishandeveloper.com

Project Info

This project uses React.Js and the contents are bundled using webpack.

The contents in this project follow the following structure.

├───public
└───src
    ├───assets
    │   └───images
    ├───components
    │   ├───details
    │   └───home
    ├───pages
    │   ├───appdetails
    │   └───home
    ├───reducers
    └───utils

Each individual page and component, follows this structure

component
  ├──components
  └──styles

Constants

This project uses 'Poppins' as it's primary font, with weights of 300, 400, 500, 600 and 700. All the fonts have been pre-imported.

Setup

Clone the repository
git clone https://github.com/ishandeveloper/adsoul-assignment.git
Move to the desired folder
cd \adsoul-assignment
To install the dependencies, simply write
yarn install
To run the app, simply write
yarn start

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

forthebadge

About

This repository contains a concept based AdSoul web app, created as part of an assignment.

Resources

Stars

Watchers

Forks