Skip to content

shauncommits/song

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

song

React Challenge

How I created the song app

  1. Install Create React App (if not already installed)

npm install -g create-react-app

  1. Create a New React App

npx create-react-app

  1. Navigate to the project directory

cd

  1. Start the development server

npm start

  1. Create a view folder under the src folder
  2. Create home.js under the view folder
  3. Install the routing module

npm install react-router-dom

  1. Added my style inside the file home.module.css of style folder
  2. Add images folder to store the images

How to run the app

  1. cd song (open song directory)
  2. Run: npm start

Link to the project: https://song-gyqh.vercel.app/

About

React Challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors