Skip to content

sandeep-v1404/kanaa-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kanaa Web Application

All Contributors

This is a website made for a non-profit organization named Kanaa where they will help deserving NEET aspirants by providing scholarship and guidance for their education.

Technologies Used

React, HTML, CSS, JSON, Bootstrap

Development Setup

Before setting up the project make sure you have an IDE.

  1. Fork the repository. (Click Top Right in this Page)

  2. Clone the repository which you have forked.

    https://github.com/<YOUR_GITHUB_USERNAME>/kanaa-web.git
  1. Go into the directory containing the project.
    cd kanaa-web

  1. Make sure you have Node.js Installed and run the below command. This command will install required packages (node_modules) from Package.json
    npm install
  1. Start the Application by using below command.
    npm start