Coder Social home page Coder Social logo

saba-var / folksoul-front Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 6.6 MB

FolkSoul is a music band platform where we can find out about the band and its members or just enjoy the visuals.

JavaScript 4.86% HTML 0.35% TypeScript 93.70% CSS 1.09%
reactjs typescript cypress tailwindcss react-hook-form

folksoul-front's Introduction

logo

FolkSoul is a music band platform where we can find out about the band and its members or just enjoy the visuals.

Table of Contents

Prerequisites

  • Node JS @12.X and up

  • npm @6 and up

Tech Stack

Getting Started

1. First of all you need to clone repository from github:

git clone https://github.com/Saba-Var/Folksoul-front.git

2. Next step requires install all the dependencies.

npm install

or

yarn install

3. copy .env

cp .env.example .env

4. after that you can run FolkSoul application from terminal:

npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in your browser.

Testing

1. copy cypress.config.ts

cp cypress.config.ts.example cypress.config.ts

2. Run application from the terminal

npm start

3. start cypress

npx cypress open

In order to see coverage of testing go to coverage/lcov-report and open index.html

Project Structure

├─── cypress
├─── readme
├─── src
│    ├── assets
│    │
│    ├── components
│    │   ├── component-file.tsx
│    │   ├── index.ts
│    │   ├── types.d.ts
│    │   └── svgs
│    │       ├── svg-file.tsx
│    │       ├── index.ts
│    │       └── types.d.ts
│    │
│    ├── helpers
│    │   ├── helper-file.ts
│    │   ├── index.ts
│    │   └── types.d.ts
│    │
│    └── pages
│        └── page-folder
│            ├── component-folder  [#OPTIONAL]
│            │   ├── component-file.tsx
│            │   ├── index.ts
│            │   └── types.d.ts    [#OPTIONAL]
│            ├── page-file.tsx
│            ├── index.ts
│            └── types.d.ts        [#OPTIONAL]
- .babelrc
- .env
- .eslintrc.json
- .gitignore
- .prettierrc.json
- cypress.config.ts
- package.json
- tailwind.config.js
- tsconfig.json

Resources

folksoul-front's People

Contributors

saba-var avatar imgbotapp avatar

folksoul-front's Issues

readme project strcuture

image
change this type of project structure to something like this:

  components
      componenet-file.tsx
     index.ts
pages
    page-folder
      page-file.tsx
      index.ts
     componenet-folder
          index.ts
           componenent-file.tsx
    helpers.ts [#OPTIONAL]

if u do not understand what I mean check react example project here

look over all any in project and change it

u are blinding typescript when u use any do not do it, everything has type and if u do not know type look it up or write it in channel and we will help u 🙌 , but do not use any, if u actually do not know type u should give it unknown

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.