/devtalk

A devtalk application build with React

Primary LanguageJavaScript

Devtalk

A devtalk application build with React. Using API dev-talk-api created by Jérome Karabenli in collaboration with Benjamin Choron.

Nodejs with version >=12.0.0 is required to run this project


Content


Getting started

Clone repository

git clone git@github.com:GermainMichaud/devtalk.git

Install dependencies

cd ./devtalk

npm i
# or
yarn

Run project (development)

npm run dev
# or
yarn dev

Build project

It will build application in folder dist

npm run build
# or
yarn build

Dependencies

Package Version Link
react 17.0.2 Github
react-dom 17.0.2 Github
react-router-dom 5.2.0 Github
react-query 3.21.0 Github
zustand 3.5.10 Github
styled-components 5.3.1 Github
framer-motion 4.1.17 Github

Dev dependencies

Package Version Link
vite 2.5.1 Github
@vitejs/plugin-react-refresh 1.3.6 NPM

Todo

  • MVP
    • Initialize project
    • Create components
      • Login
      • Register
      • Navigation
      • User Profile
      • Talks
      • Talk
      • Comment
      • ...
    • Add routing
    • Add authentication
    • Add styling
    • ...

Contributing

Code of conduct

Controbuting guide


License

MIT